Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dec 1, 2023 2:29:37 AM
Nov 8, 2022 10:34:11 AM
Qlik Sense data files (.QVF) may contain sensitive organizational data. As such, even though Qlik Technical Support has a very strict Non-Disclosure Agreement, it may be desired to scrambled specific data before submitting apps Qlik Sense support for investigation.
For the currently available method in Qlik Sense Enterprise for Windows, see Scramble Sensitive Data In Qlik Sense Enterprise for Windows.
Data can be scrambled in two ways:
Before providing the scrambled application to Qlik Support, please check that you can still reproduce the issue within the scrambled application.
The attached automation_scramble_Support.json automation creates a copy of your app before scrambling the data.
To scramble your data using the automation:
If Automations are not enabled, or you do not have the correct subscription model, use the attached Qlik Script and Excel file to scramble the data.
To scramble data using an excel file and a Qlik script:
Binary;
$(Include=lib://NAMEOFSPACE:DataFiles/scramble.qvs);
CALL Scramble('lib://NAMEOFSPACE:DataFiles/scramble.xlsx');
Exit Script;
Idea / Feature Request - Data Masking
Alternative method using APIs and the DevHub: Data Scrambling in Qlik Sense
Scramble Sensitive Data In Qlik Sense Enterprise for Windows
To access the examples, visit the community post or download it from here.
Congrats on adding the Automation.
I Just used it.
You should mention that you can not use it on models in manged spaces.
Is it not true that the "Copy App" block does not work on them?
It also broke some of my KPIs 🙂 but I didn't look into why just yet.
Thanks