Hi,
I want to know the easiest way to get the value of a DB result Set(on column only) to a string with commas.
For Eg.
If I have a DB Result as
Column_Name
A
B
C
D
I want to have a filter, say, {{flt01}} with value "A,B,C,".
Please help.
Thanks in advance.
To be DB agnostic I created attached sample that uses xml xpath filters to get one column values separated by new line and then used javascript operator to replace new lines with comma.