I have 3 groups. In GH3, I have a percentage calcuation based on the 2 summary fields in GH3. I have tried to restrict the report to only include {Percentage}>75, but it is not listed to restrict on.
I then suppressed GH3 for {Percentage}<=75, which works fine, but now I need to subtotal those amounts for GH1.
I created a running total field and of course, the {Percentage} field isn't available, so I used the exact formuala from the {Percentage} formual, which is based on restriction formula sum(x)/(sum(x)+sum
)*100>=75 (for GH3). This does calculate the correct amounts for some customers, but some are completely wrong. If I show all deatils, those totals don't match anything.
Is there no way to restrict a report that has formulas based on summary amounts? I don't want to have to create a stored procedure to make this a very simple report, just to get a Top N Customer report.
I then suppressed GH3 for {Percentage}<=75, which works fine, but now I need to subtotal those amounts for GH1.
I created a running total field and of course, the {Percentage} field isn't available, so I used the exact formuala from the {Percentage} formual, which is based on restriction formula sum(x)/(sum(x)+sum
Is there no way to restrict a report that has formulas based on summary amounts? I don't want to have to create a stored procedure to make this a very simple report, just to get a Top N Customer report.