Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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