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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chriys1337
Creator III
Creator III

Hide Fields in the Frontend for the User (but still usable for Calculations in the Frontend)

Hello,

I would like to  hide some fields in the Frontend. Like Keys but also other Dimensions, which should not be directly usable by the user. BUT I still need to be able to use them for my calculations in the Frontend.

I heared once this should be possible with setting a % in front of the field name and some scripting? 

 

Can anybody please explain how to achieve it

 

Thx a lot,

 

Chris

Labels (1)
1 Solution

Accepted Solutions
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

In script Main section add the below variable to the variable list

Set HidePrefix=%;

Whichever field you want to hide renaming them with% in front of them like 

%Dimensions

Hope this helps

Thanks

Thanks and Regards
Kashyap.R

View solution in original post

1 Reply
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

In script Main section add the below variable to the variable list

Set HidePrefix=%;

Whichever field you want to hide renaming them with% in front of them like 

%Dimensions

Hope this helps

Thanks

Thanks and Regards
Kashyap.R