Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

Visualization and Usability

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now

Who Me Too'd this solution

tresesco
MVP
MVP

Are you trying to get all the values from a field? If so try like:

Load
    Concat(Distinct  char(39) & Field_1 & chr(39), ',') as ConcatString
From <>;

Let vVar = Peek('ConcatString');

 

View solution in original post

Who Me Too'd this solution