Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
anonymous1
Contributor III
Contributor III

Straight Table Columns

hi, 

im trying to create a straight table that has ITEM as a dimension, then each MONTH as an individual column, and sum(ITEM) beneath each of the months.  however, when i try this im getting the months being listed vertically.  i have a column MONTH with each of the months in it, is there a way to use each of the months as an individual column?

TIA

Labels (2)
1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

Yes you can create an expression for each month like this:

Sum( {<MONTH={'Jan'}>} Sales)
...
Sum( {<MONTH={'Dec'}>} Sales)

And if you have totals enabled for each expression and select the option to have the sum below you get what you want.

View solution in original post

1 Reply
petter
Partner - Champion III
Partner - Champion III

Yes you can create an expression for each month like this:

Sum( {<MONTH={'Jan'}>} Sales)
...
Sum( {<MONTH={'Dec'}>} Sales)

And if you have totals enabled for each expression and select the option to have the sum below you get what you want.