Hi All,
I'm attempting to calculate a simple calculation from fields that already exist in a given table:
({gross_expected_revenue_per_qty_sold} * ({your_split} / 100) * {qty_sold}) - {cogs} - ({printing_costs} * {qty_sold})
I thought I was going crazy, had two different AIs look over this, and even after that, it the formula doesn't work.
None of the fields from which this calculation is pulling are empty, 0, or negative, and for some reason, this still throws an error when I run it.
By the way, your_split is a switch formula that puts out a percentage like "35%" for example. Thanks.
Any idea what could be going wrong, here?
Thanks!