Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello there!
I was wondering if there is a way to group dimensions in a chart by the selection of the user. I will put an example to make it easier:
Imagine that i have dimensions A,B,C. Imagine now the following table:
expressions
A values
B values
C values
Can i do something so when the user selects (for example) A and B the table appers like this:
expressions
AB avg(values)
C values
If the user selects A-C, C-B or whichever possible combination expect the respective results.
Thanks fot the help!
Lluís
What is expected O/P.
Or you can use the Pick() , ValueList() function combination for this.
you probably could use GetfieldSelections() to achieve this