Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to different graph as selected and not selected after making selection.
eg. if i have selected value as Lo from graph 1, then the table should be updated. but the issue is that not detected value is not filtering correctly as selected and not selected.
Any help?
Hi,
Not realy sure to understand your concern.
But would something arround "Set modifier" work for you ?
Example : Sum({<Dim = -P(Dim)>} Value)
Regards
Like below
Selected values :
Sum({<YourField = P()>} Measure)
Excluded values :
Sum({<YourField = E()>} Measure)