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: 
mgranillo
Specialist
Specialist

Syntax highlighting with hidden columns

The syntax highlighter does not highlight hidden fields in the expression editor. Is there a way to get this to work?

SCRIPT SETTING:

hideprefix = '_';

EXPRESSION:

sum(_column1) -->_column1 does not highlight. It shows as black text

1 Solution

Accepted Solutions
ychaitanya
Creator III
Creator III

We have faced similar issue , we have commented the SET Hideprefix='_' ; in our script whenever the development is ON and uncommenting when we push to Server.

View solution in original post

2 Replies
ychaitanya
Creator III
Creator III

We have faced similar issue , we have commented the SET Hideprefix='_' ; in our script whenever the development is ON and uncommenting when we push to Server.

mgranillo
Specialist
Specialist
Author

That's a good work around. Thanks for the suggestion.

Mike