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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
krmvacar
Creator II
Creator II

if statement

Hi, 

I'm trying to rank hierarchies and I'm trying to write dimension.

Level=1 Manager,Level=2 Manager Helper ,Level=3 Employee

if selected level 1 show me level 2 names. 

=if (LEVEL=2,if(LEVEL=1 and PRED=WORKNUM,NAME))

 its not work:(

please help

Ekran Alıntısı_TEST.PNG

 

10 Replies
krmvacar
Creator II
Creator II
Author

Thank you so much.its ok