Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone
So my problem is the following.
I have a dataset, where I have a column called "Month" and another column called Sales.
I need to display the different months in QlikSense as columns. To explain myself better, I need for every month, a column. How can I do that?
thanks
Hello,
and once I do that, how should I continue?
For more clarity, this is the table that I have:
this is what i am aiming for:
thanks in advance!
Yeah, it is not working for me.
To give a clearer idea, this is my input table:
and this is what i need:
thanks in advance 🙂
@Nemo1 ,
I created the table you need with the following code:
>>>>>>>>>>
<<<<<<<<<<
Regards
Fabiano
Hi @Nemo1
sorry I made a mistake in the previous code.
This is the correct one:
>>>>>>>>>>
<<<<<<<<<<
Regards
Fabiano
thanks so much for your answer and sorry for taking so long to get back to you.
the problem is, the data I gave in the table below is just a sample, the reality is, that I have a huge dataset, and it would take me ages to type the data from this dataset once again.
there is no way to make this process more direct? without the need to type every number in the INLINE??
thanks
Hi @Nemo1
I used the INLINE statement in my code to give you a self-contained example.
If you have your dataset in another format (Excel file, database tables, ...) you should modify the code in order to load your dataset from your specific source.
Regards
Fabiano
thank u so much!!