Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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 (1)
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.