Skip to content

Instantly share code, notes, and snippets.

@noelworden
Created June 16, 2020 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelworden/23e05772dc14c3aa546c239f618be815 to your computer and use it in GitHub Desktop.
Save noelworden/23e05772dc14c3aa546c239f618be815 to your computer and use it in GitHub Desktop.
round(sub(total_merch_rev, total_group_costs), 2) == 0.00 && net_revenue_shared == 0 ||
round(sub(total_merch_rev, total_group_costs), 2) == round(net_revenue_shared, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment