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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Gowtham
Contributor III
Contributor III

Qlik Sense Error in expression

Hi All,

I am getting error "Error in set modifier ad hoc element list:',' or '(' " while using the below expression

Sum({<[Corporate Name] = {$(vCorp)}>}[SDA Cur])

where $(vCorp) = 

=chr(39)&Concat( Distinct {<[Corporate Name] =, PeerGroupName ={"$(=$(vPeergroup))"}>}[Corporate Name] , chr(39)&chr(44)&chr(39))&chr(39)

Can anyone please help me to resolve this issue?

 

Thanks

1 Reply
Tim_Wensink
Partner - Contributor III
Partner - Contributor III

Hello,

 

I believe your expression should be

Sum({<[Corporate Name] = {$(=vCorp)}>}[SDA Cur])

(with an extra = in front of vCorp)

Regards,

Tim Wensink