Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
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)))'}>} TOTAL <Month> NTPV_AMT)
Thanks for all the help.
Regards,
Sachin
You are using a Date dimension in your chart, not a Month dimension:
TOTAL <Month>
You are using a Date dimension in your chart, not a Month dimension:
TOTAL <Month>
Is it possible for you to share a sample Sachin?
Sorry about that Stefan, it was a typo, but even with TRANSACTION_DATE I'm getting the same value.
sum({<Year=,TRANSACTION_DATE={'>=$(=Monthstart(AddMonths(max(TRANSACTION_DATE),-15)))'}>} NTPV_AMT) /
sum({<Year=,TRANSACTION_DATE={'>=$(=Monthstart(AddMonths(max(TRANSACTION_DATE),-15)))'}>} TOTAL <TRANSACTION_DATE> NTPV_AMT)
Did you try to change your chart as straight table and check the value? It may be very small value..
Hi Sunny
Sent you the sample in a separate thread.
Thanks for all the help.
Hello Settu,
I did that too, but the values are not that small and secondly if you see the numbers are not suming up as well.