Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cross tab

anyone have idea how to convert my expression in to row and dimension into columns like this

Capture.JPG.jpg

3 Replies
ali_hijazi
Partner - Master II
Partner - Master II

first load data as is

T1:

load * from ....

then

crosstable(Month,MonthName,4) load * resident your table

I can walk on water when it freezes
SunilChauhan
Champion II
Champion II

you could use pivot table and drag column(Month) from verticle to horizontal

or

Crosstable(Month,Data,3)

Load Company,

Product,

*

from path

and then calculate expressions

Sunil Chauhan
sujeetsingh
Master III
Master III

The options suggested above  for script level and are correct.

Whereas you can try Pivot table in UI and make the dimension  as columns