Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

conflict between alternate states

Good day!

In my model i have one listbox (with default alternate) wiich have field Condition : 'Total', 'Closed filters'

Also i have one pivot table (with alternate 'State1'), which have one calculated dimension:

if(GetFieldSelections(Condition)='Closed filters', 'A', 'B'), but it's no working. I think it's connected with defferent alternate states in listbox and pivot.

Is there any way to solve this problem?

Thanks.

6 Replies
miguelbraga
Partner - Specialist III
Partner - Specialist III

Put something like this:

if(GetFieldSelections( {[State1] <[Field of list box goes here]= >} Condition) = 'Closed filters', 'A', 'B')

Hope it helped

Anonymous
Not applicable
Author

are you sure that in GetFieldSelection i can use operators {<>} ?

Can you please write some example..

Your solution gives me an error.

sunny_talwar

I don't think GetFieldSelections() function takes in Alternate State information like this Braga. See below:

Capture.PNG

miguelbraga
Partner - Specialist III
Partner - Specialist III

I've overlooked that, sorry

sunny_talwar

No worries

Anonymous
Not applicable
Author

maybe there're some else function, which will in calculated dimension check values  from listbox with ignoring alternate state?