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

Set Analysis

Can anyone see why this does not work? I know the =GetFieldSelections(Division)) part is working correctly. I have other set analysis parts but it is this one that is causing the error;

Count({1<Division = {"=$(=GetFieldSelections(Division))"}>}FeedbackFlag)

1 Solution

Accepted Solutions
Nicole-Smith

You probably want to do this using P() instead:

Count({1<Division = P(Division)>}FeedbackFlag)

View solution in original post

1 Reply
Nicole-Smith

You probably want to do this using P() instead:

Count({1<Division = P(Division)>}FeedbackFlag)