Greetings:
I'm coming from an R background where I do all my data cleaning preparation and trying to find my legs with Alteryx. I'm a single day into the experience, so my apologies for a very basic question. I have used a dynamic selection to grab 9 unique fields of interest. These fields all contain a specific value that denotes a missing response. The value for each of these fields is 9999. I want to apply a formula to all these fields that replaces 9999 with a null value. It seems that I need a "multi-field" formula using a condition if-then statement.
The formulat has the following pattern:
IF c THEN t ELSE f ENDIF
I'm not sure how to specify the condition (9999) for all the variables! Seems straightforward if it is a single field, but I am not seeing the specification for the multi-field option. Any guidance would be greatly appreciated!
Brian