Hi,
Im creating a lobby with all the relevant information regarding a supplier. This lobby will be used when having supplier meetings to show the current status and overview.
There is no problem creating counters, KPI and everything with numbers and have it sorted by the supplier. But when it comes to all the other data that is text-values in different columns, how do I present them the best?
I would like to be able to show them in a list element like this:
Information Value
Supplier No 12345
Name Supplier name
Del terms FCA
Transp days 5
etc…
I can transpose it like that in PL/SQL query using unpivot. But I cannot get this result table into a lobby data source.
Is there any function that can get it into the lobby?
(i know how to create a quick report or a normal list element with all the values in a diffrent column but it is not what im after)