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

crosstbale function use

Dear all

    I has an table like the below

 

projectticketIDkeyvalue
10001ticket001downAA1
10001ticket001downBB2
10001ticket002downAA3
10001ticket002downBB5

i want to get the result table like the below show

projectticketIDdownAAdownBB
10001ticket00112
10001ticket00235

can i use the crosstable or other QV function to realize this directly.

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Check this

The Generic Load

Regards

ASHFAQ

Not applicable
Author

hi,

you can use pivot table in front end for this.

Regards

Vimlesh

Anonymous
Not applicable
Author

you can directly load pivot table

Thanks

BKC

Not applicable
Author

thanks for your reply,but i am not want to show this data in the front, else do the transform  on  the qv script, is there any QV function to do this directly?