Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

GetCurrentSelections without certain fields

I need to use the function GetCurrentSelections into a text object , but without showing the selections of certain fields. Is it possible?

Thank's a lot!
Pol

12 Replies
Not applicable
Author

The last step is to go to your Sheet Properties and uncheck the box that says 'show system fields'.

My question.... can I use HidePrefix on more than one prefix? I want to hide fields starting with % and fields starting with &.

Not applicable
Author

Yea forgot to mention that check box. I'm not sure that hidepreffix can be used more than once in document. I think that the last using of function is used as current.

polmar cant upload example because when i to upload error appears. If you want can send you by email?

Regards!

Stefan

Not applicable
Author

wow!!! Yes

The problem has been solved! Thank you very much Stefan, is not necessary that you send the mail.

I verified your answer, but the response in this message is not complete. edit please, and complete the solution.

kmacdonald, maybe this combination of functions could solve your problem...

set HidePrefix='%';
set HideSuffix='Y';

Good job! Thanks to all the users for his contribution!

Pol