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: 
joeybird
Creator III
Creator III

Hide Prefix qlik sense issue

Hi

I am using qlik sense, and I am trying to hide a column to stop users accessing dimension in edit mode in the qlik server hub. But I have an issue

this works well

SET HidePrefix = '%';

CustomerID AS %CustomerID

The issue I have is that I am using CustomerID in the set analysis for a KPI which I need, how do I

count(CustomerID)... This now fails in KPI as CustomerID is hidden in the load.

Please help

1 Solution

Accepted Solutions
sunny_talwar

Can you do this

Count(%CustomerID)

View solution in original post

2 Replies
sunny_talwar

Can you do this

Count(%CustomerID)

joeybird
Creator III
Creator III
Author

Hi

Thank you it worked

Brill star as always