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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

how use set expression with a String field

Hello,

how can I write this expression ?

=maxstring({<CampaignID = {$(v_Last_Year)}>}MissingCompanyName)

MissingCompanyName is a string, maybe the aggregation is wrong.. Coould I use something else in stead of maxstring?

Thabks for any help

10 Replies
pascos88
Creator II
Creator II
Author

HI,

now it work just with this...

= maxstring({<CampaignID={$(v_Last_Year)}>} MissingCOmpanyName)

I don't know why didn't works before.. Thanjs for your time