Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Regards,
Stephen G.
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)