I have an input data, wherein I need to create two new columns following a conditional statement.
Refer the condition below:
If call_date is not null and call_disposition is equal to 1 then New_variable1 = call_date and New_variable2 =1.
Please guide how can I achieve this result.
A step by step guide will be really appreciated since I am using alteryx for the first time.
Thanks in Advance