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: 
Anonymous
Not applicable

how to transform rows to column

Hello everyone,

I have an issue at hand i am trying to transpose rows to columns this is what i have

PROFILE;FIELD;EDITABLE;READABLE
AA;BA;TRUE;FALSE
AA;BB;TRUE;TRUE
AB;BA;FALSE;TRUE
AB;BB;TRUE;FALSE
 
I want to achieve this

 AAAAABAB
 EDITABLEREADABLEEDITABLEREADABLE
BATRUEFALSEFALSETRUE
BBTRUETRUETRUEFALSE


can anyone help please??

Labels (3)
4 Replies
Anonymous
Not applicable
Author

Utilisé le composant tsplitRow
Anonymous
Not applicable
Author

Merci pour l'aide. j'ai pu trouver un moyen avec tpivottocolumndelimited
Anonymous
Not applicable
Author

You can use the tNormalize or tDenormalize.
Anonymous
Not applicable
Author

You can use the tNormalize or tDenormalize.
they allow you to transform row to column or column to row.
Otherwise  if you use TOS , get the tUnpivotrow on exchange.