Hi community,
i have a data table, "DataTable1" (is the name), with several column and rows.
I need to have the content of specific column for every row appairs and make it appaear in a Label with ";" as separator.
Example : A6011995
Specific column is "ITAS Code".
Please help me
all the best
Hi @Z_BI ,
Look at the items property of the DataTable. Whatever is in there, you copy and replace PASTEYOURTEXTHERE in:
Concat(PASTEYOURTEXTHERE, 'ITAS Code' & ";")
Greetings,
Marc
User | Count |
---|---|
251 | |
102 | |
94 | |
49 | |
37 |