IF [price] = '49.49' THEN "MONTOURBASE"+[transaction_begin_date] ELSE "MONTOURTHIRD" + [transaction_begin_date] ENDIF
What's the error you're getting?
Invalid Type in operator ==.
@Khristian_Evans check your data type of the field [price], as per your formula, it should be a string Datatype , if it is not string data type either change the datatype to string or update the formula IF [price] = 49.49 THEN "MONTOURBASE"+[transaction_begin_date] ELSE "MONTOURTHIRD" + [transaction_begin_date] ENDIF
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |