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: 
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,)))))