Hello ARIS friends!
Can you help me or take some clue for next problem:
After running a report i get attribute value's in column, how can i get it in a row?
Report code in attachment
P.S: Source code is acceptable too.
Hello ARIS friends!
Can you help me or take some clue for next problem:
After running a report i get attribute value's in column, how can i get it in a row?
Report code in attachment
P.S: Source code is acceptable too.
Hi,
you cannot get list data in a row using WYSIWYG report editor. To write list data to a table row, you need to program the report using JavaScript. Use methods TableRow/TableCell of the output object, to obtain a row output.
BR, Torsten