Forum Discussion

melaniemdavis's avatar
melaniemdavis
Frequent Visitor
6 years ago
Solved

Wrong column total for if statement

Hi -

 

I have been reading through the different solutions for showing the expected total in a table for an if statement but haven't been able to apply it to my particular report. Possibly because I have measures created from other measures.

 

 

GreaterThan300Over60Days = IF([TotOver60] >300, [TotOver60], 0)

The right two columns are my issue. Started with far right column and only wanted to show lines over $300. I used this if statement.

GreaterThan300Over60Days = IF([TotOver60] >300, [TotOver60], 0)
 
The individual lines are showing the information I wanted but the subtotal should be different than the TotOver60. 
 
Please let me know how I can get the total I'm looking for and if you need any other info.
 
Thank you!

 

2 Replies