Multiple value evar
Hello,
I'm trying to send data in on an eVar and struggling with the architecture of how to do it.
Users can select any number of states, and I would like to know which states they choose.
I could just comma delimit all the states on the evar and only populate each state's "cell" with the state's value when it's selected? Then break it out with classifications. That's the best I've got so far, but that would add each state as a dimension, which I'm not sure is the best approach for analysis.
Using 1 evar and classifications, what's the best approach for sending in some-to-many known values at once?
Thanks!