Can someone take a look at this and tell me what I may have missed, my apologies I am new to Alteryx.
IF [OPTION]="Option 1" and [Amount of Sales]<="499.99" and [DATE OPEN]<="2016-08-31" Then "9.95"
ELSE "NOTHING"
ENDIF
Error I am receiving says "The formula "billing" resulted in a string but the field is numeric. Use ToNumber(…) if this is correct.
Option column is Text
Date open is converted to Alteryx date
Amount of sales is "Double"