Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tmap expression editor

HI,
need help to form the expression in tmap expression editor.
my condition is as follows:
if (column1=10) then "ABC"
else if (column1=20) then "XYZ"
else if (column1=30) then "Def"
end if;
thank you.
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi
Try this.
(row1.column1==10)?"ABC":((row1.column1==20)?"XYZ":((row1.column1==30)?"Def":null))

Regards,
Pedro
Anonymous
Not applicable
Author

Hi  
i want to imlemement comulative sum in taland i m new in taland 
Anonymous
Not applicable
Author

hi brajbhushan,
better to start a new post for new request.
nevermind, have a look at tAggregateRow :
https://help.talend.com/search/all?query=tAggregateRow&content-lang=en
regards
laurent