I have a report with the following two fields that I want to place in a a pie chart on that same report but I am not sure how to do it...
one field is passrate
===============
=Sum([Pass Quantity])/(Sum([Pass Quantity])+Sum([Fail Quantity]))
the other field is failrate
=====================
=Sum([Fail Quantity])/(Sum([Pass Quantity])+Sum([Fail Quantity]))
Please advise
Thanks
one field is passrate
===============
=Sum([Pass Quantity])/(Sum([Pass Quantity])+Sum([Fail Quantity]))
the other field is failrate
=====================
=Sum([Fail Quantity])/(Sum([Pass Quantity])+Sum([Fail Quantity]))
Please advise
Thanks