Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Fields tagged as Hidden

Marcoimp
Partner - Creator III
Partner - Creator III

Fields tagged as Hidden

When a field is tagged as hidden, it's hard to manage in formulas and impossible to lock or make some selection on it with an action button. It could be good to see hidden fields when you develop.

M.Imperiale
2 Comments
Oliver_F
Partner - Creator III
Partner - Creator III

Hi,

you can use the following line in your script during development and uncomment it before you publish it:

untag fields '*' with $hidden;

I think that should be enough because I can imagine some scenarios where you want to have hidden fields hidden even in dev mode.

 

Patric_Nordstrom
Employee
Employee

Thank you for your feedback on ways to improve our product. While this is something we understand could be useful, I agree with @Oliver_F , the workaround is enough

untag fields '*' with $hidden;

 

Thanks,

Patric

Status changed to: Closed - Declined