Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
how can i display a field as a column instead of a row?
e.g. The output i want to see is FIELD1 (rows) and FIELD2 (columns). Now i see the fields side-by-side.
Thanks,
Mattia
Hi,
try to create a pivot table, then use one dimension field1 on rows, the second field2 on column. As expression use Concat(distinct field2)
Thanks for the suggest.
I 've solved the problem in another way.
Mattia