Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ashishpalkar
Creator III
Creator III

Get count of fields from "current selections"

Hi Experts

how to get count of fields from "current selections" box?

I want to show count of how many fields user has selected.

Thanks in advance,

1 Reply
MarcoWedel

Hi,

maybe like this:

QlikCommunity_Thread_240174_Pic1.JPG

=Alt(SubStringCount(GetCurrentSelections('', '@OneFieldSelection@'),'@OneFieldSelection@'),0)

hope this helps

regards

Marco