Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qv11user
Contributor
Contributor

Transpose Field values

Hi Team,

Hope all are doing good!

I have a column called Part Number which contains numbers like below

Part Number
-----------
P1,P2,P3,P4,P5,P6

But I need output of column as like below

Part Number
----------
P1
P2
P3
P4
P5
P6

I need to implement this in the Front-end (Not in the script level).

Can you please help me to achieve this?

Stay Safe!

Regards,

QV User

Labels (1)
3 Replies
sunny_talwar

Which object do you want to view this in? Text box object? straight table?

qv11user
Contributor
Contributor
Author

Hi Sunny,

Thanks for your response.

I need to implement this in Straight table.

Regards,

QV user

sunny_talwar

So, basically you want to use it as a dimension? Are there other dimensions? I would suggest to convert it into script, otherwise you will be complicating your chart way to much.