Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
bradshields
Partner - Creator
Partner - Creator

QV 11.2 SR8 - GetFieldSelections with Alternate State

From SR8 GetFieldSelections with Alternate State is available. The SR release notes show this syntax

=GetFieldSelections(Quantity, ';', ,'StateA')

the above failed for one of my clients whilst this worked fine

=GetFieldSelections(F1,'; ','','StateA')

1 Reply
Not applicable

You are absolutely right! It seems that there is an error in the QlikView documentation (at least in 11.2 SR8 and 11.2 SR9).

If you are specifying an alternate state (such as 'StateA'), you also have to specify values for the 2nd and 3rd arguments:

=GetFieldSelections(Quantity, ', ', 6, 'StateA')