I have a field in my report that is a formula. It looks like this:
cdbl(Count ({pvmro_orders_over_2500;1.ctlitem}, {pvmro_orders_over_2500;1.internal_po_num})/Count ({pvmro_orders_over_2500;1.ctlitem}, {pvmro_orders_over_2500;1.ctlitem}))
I used the cdbl to convert it to a number because I want to in turn add up the values that I get from using this formula. However I get the error message "This field cannot be summarized" every time I try to do a sum on the formula field. I have tried inserting a summary but that doesn't work because the field is not one of the avaialble fields and the same thing happens when I try to do a running total. I don't understand why it's not an available field when it is on the report. Is there any way I can work around this or should I just scrap and restart?
Any help will be appreciated.
cdbl(Count ({pvmro_orders_over_2500;1.ctlitem}, {pvmro_orders_over_2500;1.internal_po_num})/Count ({pvmro_orders_over_2500;1.ctlitem}, {pvmro_orders_over_2500;1.ctlitem}))
I used the cdbl to convert it to a number because I want to in turn add up the values that I get from using this formula. However I get the error message "This field cannot be summarized" every time I try to do a sum on the formula field. I have tried inserting a summary but that doesn't work because the field is not one of the avaialble fields and the same thing happens when I try to do a running total. I don't understand why it's not an available field when it is on the report. Is there any way I can work around this or should I just scrap and restart?
Any help will be appreciated.