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

Is there a way to show partial totals in straight table

Hi,

I have had to change one of my charts from a pivot to a straight table due to sorting restrictins.

Is there a way to show partial totals in a straight table similar to a pivot chart?

I need to show totals per customer.

Thanks,

Gregg

1 Solution

Accepted Solutions
Not applicable
Author

If your customer identifier field is named Cust and you want a subtotal of a field named invoice_amt then try adding an expression to your straight table chart like   =sum(total <Cust> invoice_amt)

View solution in original post

7 Replies
Anonymous
Not applicable
Author

Hi

     Properties -->Expression --->Total Mode --> select expr total / No rows

   Regards

Ashok

Not applicable
Author

Hi chandashok

I tried this but no joy.

What I need is to show totals per customer (sub totals)

Thanks,

Gregg

Not applicable
Author

Hi Gregg,

Once you show the subgroup in straight table, the same
sorting issue will pop up again…

FYI:

Please find very simplistic solution of sub-totals in straight table

It may be possible to fix/modify sorting code in Pivot table, share sample data and should be advise or help

Regards

Kulbir

Not applicable
Author

Hi,

Im new to Qlikview so I will need to check through the sample data.

Thanks,

Gregg

Not applicable
Author

If your customer identifier field is named Cust and you want a subtotal of a field named invoice_amt then try adding an expression to your straight table chart like   =sum(total <Cust> invoice_amt)

swuehl
MVP
MVP

Not sure if I understand your needs, I think since QV11, you can add subtotals in dimension limits tab, check 'Show Total' for the appropriate dimensions.

Hope this helps,

Stefan

Not applicable
Author

Hi Tim,

how would that work, if my "invoice_amt" is not a "field" but a calculated field?? How would the solution look like then! Best thanks in advance.

Chris