Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional check

image2.png

In my code i am trying to give weightage as 100 if the 3 conditions are true ,75 if only 2 conditons are true, 50 if only primary skills is true.

help me to do this..

if [Primary Skills]=='java' then

weightage= '50'

elseif [ Primary Skills]=='java' and subskills_1=='Java Enterprise - Front End' then

weightage='75'

ELSEIF  [ Primary Skills]=='java' and subskills_1=='Java Enterprise - Front End' and subskills_2=='Java Enterprise - Back End' then

weightage='100'

 

end if

11 Replies
Not applicable
Author

image3.png

Not applicable
Author

image3.png

Its not displaying the weightage value..wat to do