Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

use match with a filed,Is to hide a button according to the user

Hi

I need to use match with a field for examplo match(OSuser,user), where user(grupomelo\rola,grupomelo\pana,....) is a field with multiple users.

But does nothing

Is to hide a button according to the user.

if use match(OSuser, 'grupomelo\rola','grupomelo\pana') , if it works

help me please

1 Solution

Accepted Solutions
jerem1234
Specialist II
Specialist II

try match(OSuser, $(=concat(distinct chr(39) & user & chr(39), ',')))

Hope this helps!

View solution in original post

2 Replies
jerem1234
Specialist II
Specialist II

try match(OSuser, $(=concat(distinct chr(39) & user & chr(39), ',')))

Hope this helps!

Not applicable
Author


Thank

very good