Hi Alteryx Community,
I'm Quims and new to Atlteryx, i would like to seek an advise on how to place IFs correctly in a formula function.
My Statements are:
If [Revenue] is equal or less than 0 then [Allocation] will be same as [Revenue]
If [Expense] is equal or less than 0 then [Allocation] will be same as [Expense]
If [Revenue] [Expense] is greater than 0 then [Allocation] will calculate based on formula i stated.
Default formula:
([Total Revenue]*[Expense])/[Total Expense]
Thanks in advna