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

GetFieldSelections

Hey Guys,

I habe a poroblem with the GetFieldSelections-Function. I would like you selected some monthly values. When I use the monthly values of less than 6, everything works perfectly. When I selected more then 6 monthly values, nothing apperars.   

That is my expression:

=if(isnull(getfieldselections(Vergleichsmonat))=0,'$(=GetFieldSelections(Vergleichsmonat))',12)

Could you help me?

Thank you very much!

Best regards,

Jasmin

2 Replies
sunny_talwar

May be try this:

=If(IsNull(GetFieldSelections(Vergleichsmonat)) = 0,'$(=GetFieldSelections(Vergleichsmonat, , 20))',12)

MarcoWedel

Hallo,

maybe one solution might be:

=If(GetSelectedCount(Vergleichsmonat),GetFieldSelections(Vergleichsmonat,',',12),12)

QlikCommunity_Thread_233767_Pic1.JPG

QlikCommunity_Thread_233767_Pic2.JPG

QlikCommunity_Thread_233767_Pic3.JPG

hope this helps

Gruß

Marco