Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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