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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

Transpose / Pivot table front end Qlik sense

table:

Company     Text    Comment

        A                 XY             A1

        A                 XYZ          A2

        A                 XT            A3

 

The final result in a pivot table should be 

Company   Text1  Text2  Text3   Comment1  Comment2  Comment3 

      A                XY         XYZ       XT             A1                  A2                    A3

 

There is a way to do it? I don't know the exact Number of Text or Comment that I have in the Table. 

Thanks for any help

 

     

1 Solution

Accepted Solutions
pascos88
Creator II
Creator II
Author

I solved the problem with Generic Load. 🙂 

 

View solution in original post

3 Replies
agni_gold
Specialist III
Specialist III

This can be done in scripting (Cross Table & Transpose )
pascos88
Creator II
Creator II
Author

Hi thanks for your answer, 

can you suggest to me how? 

Best

pascos88
Creator II
Creator II
Author

I solved the problem with Generic Load. 🙂