Hi, I have two user properties and want to create a combined property, eg x or y = z
Hi Khayalethu L., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đ
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
You can create a combined property from two user properties in Mixpanel using a custom property with a formula. The formula language supports logical operators like or, so you can define a new property z as the result of x or y.For example, if your user properties are named A and B, you can create a custom property with the following formula: LBKSA or BLBKSOr, if you want to create a new property z that is "Yes" if either x or y is true, and "No" otherwise, you can use the if function: LBKSif(x or y, "Yes", "No")LBKSTo do this: 1. Open the formula bar in the custom properties section.
2. Enter your formula using the property names and the or operator.
3. Apply or save the custom property as needed.You can use these custom properties almost anywhere you use regular properties in Mixpanel. For more details and examples of available functions and operators, see the Custom Properties documentation and reference for logical operators and common use cases.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
âšī¸Â Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
