Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stephenedberkg
Creator II
Creator II

qliksense pivot table with month,week and date

i want to create qlik sense pivot chart with month,week and days  as a dimension .

i have month, week and days dimension but i want show like below in qlik sense pivot chart.

How to create like this, help me ,thanks is advance.

Capture.PNG

Regards,

Stephen G.

2 Replies
stephenedberkg
Creator II
Creator II
Author

sunny_talwar

May be create an Inline table like this

Dim:

LOAD * INLINE [

Dim

1

2

3

];

and then use it in your dimension like this

Pick(Dim, Month, Week, Date)