Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a table with the following records, in which each record belongs to its column, and in other columns will be empty.
[01,02,03,04
7090,$(null),$(null),$(null)
X090,$(null),$(null),$(null)
$(null),5090,$(null),$(null)
$(null),X090,$(null),$(null)
$(null),$(null),0090,$(null)
$(null),$(null),X090,$(null)
$(null),$(null),$(null),X090
]
But I'd like to show the data in the following way. Each column should have its records shown from the first row of the table, instead of having a lot of empty space.
[01,02,03,04
7090,5090,0090,X090
X090,X090,X090,$(null)
]
Thank you very much if you could dedicate some precious time to helping me.
share the complete snip. What dimension you used on left side.
Share some data & required output.