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

Table design

Hi all,

How i can design a table in the report, like:

YearMonthSales
20102010.05100

2010.06200

2010.09123

2010.11444
20112011.01222

2011.05111

2011.11100
20122012.02200

2012.03300

2012.04300
1 Solution

Accepted Solutions
Not applicable
Author

Use this

if(Above(Total Year) = Year, ' " ', Year)

This will work in Expression, not in dimension. Straight table, hide dimension column.

HTH

Shubhu

View solution in original post

3 Replies
Not applicable
Author

Use this

if(Above(Total Year) = Year, ' " ', Year)

This will work in Expression, not in dimension. Straight table, hide dimension column.

HTH

Shubhu

Not applicable
Author

Use pivot table and add dimension Year, Month, Sales field.

In presentation tab uncheck "Supress zero values".

I hope this helps you.

Regards

Venkat

Not applicable
Author

Hi,

In pivot table

Add Dimensions - Year and Month,

Expression - sum (sales)

Regards,

P.Prasath