Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
i have a calculating problem, have spent hours, but no luck..
Your Thoughts will be appreciated,
PartsPerformance: (Table)
As you can see in the PartsPerformance Table, i hvae NetValue, can have Multiple values on daily basis.
and i Have A Month Field, in the format of Jan, Feb, Mar, Apr...and so...
NST_Targets1: (Table)
in NST_Targets1 Table, i have NST_Targets1.NSTMonth field in the format Jan, Feb , Mar, Apr.. so on..
and NST_Targets1.Targets field, which has Monthly Targets.one value for each month
OutPut: in Bar chart i added 1 Dimension Month, from PartsPerformance table
AND two expressions 1) Sum(NetValue), 2) sum(NST_Targets1.Targets)
Problem :
i can not see NST_Targets1.Targets Correctly, it repeats same value for all months. even i have targets for All Months.
but sum(netValue) showing correct.
when i Removed Month from dimension and i added NST_Targets1.NSTMonth as dimension, now i can see Targets correctly, and sum(net value) goes wrong.
Stucked....Please share your thoughts...
Thanks And Regards
Khan
Albert Thanks for ideas.
i will try it...
Hi Israr,
it's because your DealerCode is not having unique records.
your Bar chart report depend on DealerCode and Month both so you need to create a key with both
or you can use Link table concept
Hi,
I hope by adding Master Calender ,you may get your solution.
Please create an master calender.