Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with total %

Hi sunindia

I'm having issue with one of my chart when I'm showing it in %.

If you see the legend is showing 6 values but the chart shows only two. And even the percentage in the chart is not matching even for those two as well.

We are having the issue because records are in multiple buckets.

I mean the individual record has a value in ACH as well as in other FMX as well on a particular day,

Exp:

sum({<Year=,TRANSACTION_DATE={'>=$(=Monthstart(AddMonths(max(TRANSACTION_DATE),-15)))'}>} NTPV_AMT) /

sum({<Year=,TRANSACTION_DATE={'>=$(=Monthstart(AddMonths(max(TRANSACTION_DATE),-15)))'}>} TOTAL <Month> NTPV_AMT)

Regards,

Sachin

1 Solution

Accepted Solutions
sunny_talwar

If I remove Week and Week of Year from dimension, I am seeing this:

Capture.PNG..

Your screenshot from the previous post did not seem to include those two as dimension

View solution in original post

4 Replies
sunny_talwar

If I remove Week and Week of Year from dimension, I am seeing this:

Capture.PNG..

Your screenshot from the previous post did not seem to include those two as dimension

Not applicable
Author

Hi Sunny,

But it doesn't seem to work for other date dimensions?

swuehl
MVP
MVP

I believe the issue is in your data model, see for example

TRANSACTION_DATE FMX Sum(NTPV_AMT)
1/3/2016ACH114,02
BAL1003,02
CREDCARD1003,02
DEBCARD1003,02
Total 1003,02

The expression total for that date does not sum up the rows. I would suggest you recheck the logic between your Transactions and Summary table.

Or maybe consider using a sum-of-rows using advanced aggregation.

Hope this helps,

Stefan

P.S. and please close the other thread...

swuehl
MVP
MVP

If you want to continue in a private discussion with Sunny, that's ok, but I would suggest that you close your public threads then.