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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kabibi15
Contributor III
Contributor III

Hidden fields value in Qlik Sense

Good Morning :

I have a requirement to hide certain fields value.

I have a Field called "FINAL_FLAG" with value of "YES and NO" The requirement is the FINAL_FLAG value should always display "YES" and the Fields FINAL_FLAG should be hidden from the visualization. Meaning anytime a user open the app the results output is YES without the user noticing it.  I hope I make sense please any help will be much appreciated.

2 Replies
Vegar
MVP
MVP

You can tag you field as hidden in order to preventing it to display in your application. Read: https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/LoadData/hiding-fie...

 

You can add your YES selection as a bookmark and make it a default selection when opening the application. 

https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Bookmarks/set-default-bo...

If an users choose to clear all fields then even hidden fields will be cleared. To avoid this problem you should set the field to always have one selected value.  https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/DataSource/select-single...

kabibi15
Contributor III
Contributor III
Author

Thanks.