Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ganeshreddy
Creator III
Creator III

Expression help !!!

Hi All,

The following expression is not working.

if(CId_Count>1,concat(distinct ServiceType,',')&'Multiple',concat(distinct ServiceType,',')) as Service_String

can any one help.

Cheers,

Ganesh

11 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Is CId_Count part of your  GROUP BY clause? It needs to be or you will have to apply an aggregation to CId_Count.

-Rob

http://masterssummit.com

http://robwunderlich.com

MarcoWedel

please post your complete load statement.

thanks

regards

Marco