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

Crosstable in script

Hello,

I have the next data:

DIM1, Field1, Field2, Field3

A 1 0 0

A 0 6 0

A 6 0 0

A 0 0 7

I want to make a crosstable like this:

DIM1, Field1.1, Field1.2, Field2.1,Field3.1

A, 1 6 6 7

I hope someone can help me.

TNX, Halmar

1 Reply
Not applicable
Author

HI,

you can do like this

crosstable (field,values) dim;

and if you want the crosstable key word

crosstable (month,values) any ex.....

regards

Abdalla