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: 
Chirag_
Partner - Contributor III
Partner - Contributor III

How Do i Automatically mark table under conditional label

I want to mark certain tables that contains  Data classification - "PII"  under conditional labels 

Here is the logic i want implement:

Conditional label must be applied where Contains Data classification = "PII"

i tried Creating MQL Query but it does not parse:

SELECT Name, Object Type
WHERE category = 'Database.Tables'
AND EXISTS (
'Database.Columns' WHERE "Data Classifications" = 'PII'
)

Any solution that may help me mark Tables 

 

Regards,

Chirag

Labels (1)
0 Replies