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

Case and concatenation expression

Hello Developers,

I am new bee to Qlikview. Got one requirement where the expression is something as below:

case

when TableA.ColumnA=0 then TableB.ColumnB

when TableA.ColumnA=1 then '....'||TableB.ColumnB

when TableA.ColumnA=2 then '.......'||TableB.ColumnB

else '...................'||TableB.ColumnB

end,

Here both case and concatenate functions are used.

How to write this in Qlikview script?

Any Suggestions?

Thanks in Advance

Savita

0 Replies