Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
So I am stuck here. I need to transpose a table, and I have been reading that I could do that with generic load.
However, I still do not know how to proceed.
This is my input data:
and this is what I am aiming for:
any help is appreciated it!
cheers
@Nemo1 Transposing table is not advisable as it will change the structure of your dataset which could not be ideal for other purpose. You can easily achieve it with Pivot table as I mentioned in previous post.
https://community.qlik.com/t5/App-Development/How-to-transpose-information/m-p/2476007#M100224