Hi,
I have data similar to this,
two fields: quantity and product category
Output should be:
(Quantity(Kits)+Quantity(Supplemental)) / Quantity(instruments)
How can I compute this?
Hello @Srini96 ,
does this work for you?:
If not please give me further details
Regards
It worked!
Thanks for your help!