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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
ryanhicks
Contributor III
Contributor III

Hide field from users

I have two fields that due to regulatory reasons cannot be used together in a chart/graph.  Both fields are needed in the tool so we do not want to remove either of them.

The issue is we want our users to be able to create their own charts, but not using either of these fields.  So basically we do not want these fields to show in the list of fields.

We have looked at using the hide prefix to make these system fields, but this makes them not show up in the current selections box.

Is there a way to hide a field from an end user (like a system field), but still allow it to show up in the current selections box?

Thank you for your help.

Ryan

4 Replies
Clever_Anjos
Employee
Employee

TAG Field yourfield $hidden;

But will hide from current selections too

wms_manis
Partner - Contributor III
Partner - Contributor III

Prefix the field with a character.  '%' for example.

Then issue the Set hideprefix = '%'; statement

The field can be used in an expression, but it won't be seen by the users.

Wade

www.serviambi.com

ryanhicks
Contributor III
Contributor III
Author

We have tried this but this hides the field from the current selecitons box which is not acceptable.

ryanhicks
Contributor III
Contributor III
Author

The field musty be able to be seen in the current selections box though.  Any idea on how to add a hidden field to the current seletions box?