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: 
kkarlste
Creator
Creator

dimension if skript

Hi

How should this be written?

//dimension

if third mark is 1 is '1' and if third mark is 5 is '2'

1 Reply
prashantsanchet
Creator
Creator

Hi,

Try to use below expression

pick ( match( [third mark],1,5),'1','2')


Regards,

Prashant