Hello , For a report, I creat SUMMARY FORMULA COLUMNS with condition. The formula work correctly. "IF(AND(RowCount=1,AMOUNT:SUM<100000),1,0)"
I would like to have in the report in the line Total the total of this columns ( summer), But it always at 0.
Do you have an idea?
6 comments
I found why I can not have the total of my columns formula. The formula is also apply to the line "Total"; So the line "total" is not the total for each columns.