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: 
farolito20
Contributor III
Contributor III

if statement

How to do this statement?

if (condition) then

          begin

               ......

               ......

               .....

          end

elseif (condition) then

               begin

                    ......

                    ......

                    .....

               end

endif

1 Reply
shree909
Partner - Specialist II
Partner - Specialist II

try this

if(condition ,value1,

if(condition ,value2,

if(condition ,value3,

if(condition ,value4,

if(condition ,value5,)))))