Hi
I have dashboard with prompt.
In prompt i chosen some values and i send result to analysis.
I choisen values:

Now, in analysis i want get number of chosen values - 3.
How i can get this?
The number of chosen values i put in a special presentation variable - it string-variable, where values are divided by commas
I see only one solution to the problem: use the function "EVALUATE"
Namely, the following: create store procedure in database, where i split a string-parameter to elements, count it and return result to OBI.
Is there a better way to count the number of values in the prompt?