cancel
Showing results for 
Search instead for 
Did you mean: 

Field values are empty but the Total is updated correctly

Former Member
0 Kudos

Hello,

In my report, for one of the columns I used a formula in a measure variable ([Amount] where End Date < date) and the field values are displaying as null (see the screenshot) but the "Total/Sum" is populating correctly.
If I don't use the formula and use "[Amount]", then the all the field values are populating correctly. Appreciate any suggestion or recommendation to resolve the issue.

Thanks,

Arvind

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Arvind,

Could you please confirm if your End Date and the date you are using to check the results are of same Data Type?

It could be possible that your End Date is Date Time and Date is Date type or vice versa. Please make sure you have both the dates of same data type i.e. either Date type or DateTime type .

Regards

Niraj

Former Member
0 Kudos

Hi Niraj,

Thanks for your reply, "End date" is DATE format and I am entering the date in "MM/DD/YYYY" format.

One more thing I noticed was, the report has other fields like department, Unit etc etc, if I remove all those fields and keep only Document number and amount fields then  the data is populating correctly in the field/column.

Thanks,

Arvind

Former Member
0 Kudos

Are those fields coming from different Data Provider?

Regards

Niraj

amitrathi239
Active Contributor
0 Kudos

have you tried sum in the formula..

=sum(amount) where end date<date

Former Member
0 Kudos

Hi Amit,

Thanks for the response, I am getting "#CONTEXT"  error when I tried SUM.

But If I create a new report, the field is displaying all the values correctly.

Thanks

Aravind

amitrathi239
Active Contributor
0 Kudos

drag all objects in the new report as per old one and see..

might be issue with your where clause.