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