Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
UserID2626
Partner - Creator III
Partner - Creator III

Exclude particular field names in GetCurrentSelections()

Hi,

I have nearly 20Filters and i have to show in chart footer what are the filters have been selected.

Capture.JPG

Here i need to exclude that salesperson in this chart footer as this is not applicable.

My report was little bigger so unable to use N number of alternate states because of performance issue.

Kindly help me to achieve this

Labels (3)
3 Replies
Anil_Babu_Samineni

Perhaps this?

GetCurrentSelections(Only({<FieldName-={'Value'}>} FieldName))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
UserID2626
Partner - Creator III
Partner - Creator III
Author

Hi   ,

I don't want to exclude particular field value, i have to exclude some particular field names itself.

As i have 15 filter with many values, it will be a long work to enter each value of each field.

Kindly help with any other way.

Anil_Babu_Samineni

You can simply define this way?

GetCurrentSelections(Only({<FieldName>} FieldName))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful