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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
thakkarrahul01
Creator
Creator

Ad-Hoc report Dimensions and expression selection in CurrentSelection box

Hello Experts,

While selecting dimensions and expressions used for Ad-Hoc Report straight table selections are appearing in the current selection box, which I don't want to display. I am missing at some step, Can anyone please help.

Please find attached qvw for sample.

swuehlMRKachhiaIMPhicgwassenaarrwunderlich

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use a hide prefix in your script:

SET HidePrefix = '_';

View solution in original post

4 Replies
Kushal_Chawda

I didn't understand .. can you elaborate

swuehl
MVP
MVP

Use a hide prefix in your script:

SET HidePrefix = '_';

thakkarrahul01
Creator
Creator
Author

Perfect !! Thank you swuehl!

Not applicable

I actually like $hidden tag better, gives you a bit more control but both ways works of course .

tag Fields _Dimension,_Metric,ReportName $hidden;