Question: Is there a way to hide (not set) properties from events? Context: My team has MP set up via data export and all events show the same properties regardless of whether or not they're relevant to that specific event (example in thread). It would make Mixpanel more user friendly if we could only display event properties that are actually set on that event
it's not at all clear what you're asking... where exactly are these properties showing? can you provide a screenshot with more context? usually (not set) means that event lacks that property altogether, so it would't be showing on your event
if this is from the event viewer, can you switch to json, to see what the actual values are there? usually if the value is empty the field doesn't show, if the value is null it shows null so I'm not sure what it would show for you in this case
Above is a screenshot from the events viewer. In the JSON mode, these properties are set as null
My question is whether it's possible to have Mixpanel hide (not display) properties that are set to null from the events viewer
afaik no, that's not possible, if you don't want them to show, you need to remove the key from the json entirely... the event viewer is meant more for debugging purposes anyway, so you kinda want it to show exactly what you're sending, rather than hiding stuff
