Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
dear all,
I have a data like shown below. that data is for 24 months which shows claims and settled claims. but the problem is , for settled I am getting total value at the 24 month, rest is showin zero. my requirement is it should populate data for each month
how to do it?

I
can you share the data.
What was the logic to calculate settle???
Is there any field available in your source to identify settled value for year?
provide more details
Regards
Populate means... What data it should populate... what is the expression you are using for settled??
heres d logic:
(ROUND(Sum({<[Common Sales Date]={">=$(=vCommonMinDate)<=$(=vCommonMaxDate)"},MIS={"$(v_MIS_Range_Max)"}>} [Sales Quantity])))
//v_Mis_range_max =if(GetSelectedCount(MIS)=0,24, max(MIS))
// MIS is months
when there are no selections made, it will just display only for MIS=36. that's y it is not populating data.
try to remove that and see or else
just use [Sales Quantity]
sorry MIS=24
(ROUND(Sum({<[Common Sales Date]={">=$(=vCommonMinDate)<=$(=vCommonMaxDate)"}>}[Sales Quantity]))
Use this
round([Saes Quantity]) is the best option