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
@Nemo1 Create pivot table with Column dimension Month. Create two measure for Sales & Cost. Drag the values of Measure to Row Dimension
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
@Nemo1 Not sure what do you mean. Probably you can share screenshot of required format.
So I have the data in excel represented like this:
and i wanna have it in qlik sense showed like this:
thanks!
This looks like a standard pivot table, with the Measures dragged to the left (row) side and the date in the pivot (column) side. Are you having some sort of specific issue with this?
Hi,
You can try with the Generic load as
GENERIC LOAD Date, Sales, Cost
RESIDENT YourTable;
@Nemo1 Create pivot table with Column dimension Month. Create two measure for Sales & Cost. Drag the values of Measure to Row Dimension
It does not work, because when I do that, I get one column for the dates, and then each date represent one row. I need to have for each month, a different column.. 😞
It does not work, because when I do that, I get one column for the dates, and then each date represent one row. I need to have for each month, a different column..
Hi @Nemo1 ,
can you post a screenshot of what you get and a screenshot of ther configuration of your pivot table, so we can better understand how it is configured?
Regards
Fabiano
Hello
Sure, thanks for answering.
This is my input table:
This is what I am aiming to have
I am stuck . Any help is appreciated!