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

Editor: use FrontEnd syntax <"> in editor

Hi, 

I want to use that:

SUM({<Device={"RIS-*" , 'A12' , 'UTS1' }>QTA)

(in frontend work )

but in the Editor:

SET vMyVar ="SUM({<Device={"RIS-*",'A12','UTS1','MUTSRM'}>}QTA)";

can't work bewcause  char CHR(34) is a code char.

I try with triple """ not Working

Please Help me

Thanks

 

Labels (1)
1 Reply
MayilVahanan

hi

Try like below

SET vMyVar =SUM({<Device={"RIS-*",'A12','UTS1','MUTSRM'}>}QTA);

 

in front end, try with dollar sign $(vMyVar)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.