Hi All.
I have this formula that I have written and it works in the details section, however when i try to create a summary on it it is greyed out and just will not let me do it any way i try...I just need to create a summary in one of the group headings...any ideas?
Thanks
David.
tonumber (if ({@suggestion work out} <> "remove from iarp"
and {@suggestion work out} <> "already changed" and {@suggestion work out} <> ""
and {units.colheight} <=6)
then tonumber (3) else
if ({@suggestion work out} <> "remove from iarp"
and {@suggestion work out} <> "already changed" and {@suggestion work out} <> ""
and {units.colheight} >=7)
then tonumber (4) else
if ({@suggestion work out} = "iarp 50% rule" and {units.colheight} <=6) then tonumber (3)
else
if ({@suggestion work out} = "iarp 50% rule" and {units.colheight} >=7) then tonumber (4)
else 0)
I have this formula that I have written and it works in the details section, however when i try to create a summary on it it is greyed out and just will not let me do it any way i try...I just need to create a summary in one of the group headings...any ideas?
Thanks
David.
tonumber (if ({@suggestion work out} <> "remove from iarp"
and {@suggestion work out} <> "already changed" and {@suggestion work out} <> ""
and {units.colheight} <=6)
then tonumber (3) else
if ({@suggestion work out} <> "remove from iarp"
and {@suggestion work out} <> "already changed" and {@suggestion work out} <> ""
and {units.colheight} >=7)
then tonumber (4) else
if ({@suggestion work out} = "iarp 50% rule" and {units.colheight} <=6) then tonumber (3)
else
if ({@suggestion work out} = "iarp 50% rule" and {units.colheight} >=7) then tonumber (4)
else 0)