Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
raju_salmon
Creator II
Creator II

PII information (How to hide this in QS?)

Hi,

I have sensitive data in my application and i have a KPI where it should be calculated using Phone Number. I am using model in QlikSense and this field is part of my model. Though i am not providing phone number information directly in master item, still when user create chart he/she can able to see this field.

How can i mask this information, i need this field but want to scramble the information in the fields. This Phone number repeats for the same customer multiple times.

Do we have any function to scramble the information?

Thanks for your help.

Regards,

Raju

3 Replies
arulsettu
Master III
Master III

OmarBenSalem

1) you can, as mentionned by Anul, use hash on ur fields to "scramble"; but this is not very secure if some users have access to the script..

2)Scrambling via the Dev-Hub in qlik sense

Please refer to this:

Data Scrambling in Qlik Sense | LinkedIn

3) scramble in qlik sense - extension:

GitHub - q2g/q2g-ext-scramble

tomovangel
Partner - Specialist
Partner - Specialist

I think you can also store the used KPI into a Master Measure, and write a Security rule, which gives access to this KPI only to specific users which you have allocated to a group.

My rule is

((user.@AppLevelManagement="Sales") and (resource.objectType!="measure" or resource.name="SalesSum" or resource.name="RegionsCount"))

In this Rule, i have stated  that, all people which belong to the Custom Property "Sales", can see the measures "SalesSum" and the measure "RegionsCount".