Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hello everyone,
Sorry to bother you but I am looking everywhere and can't find the Create if, then, else statements.
I would like to create a formule with the help of the creator that we can see here but I am not able to find where to get it.
Create if, then, else statements โ Dataiku DSS 11.0 documentation
Thanks a lot for the help.
Hi @Sv3n-Sk4,
Processors can be found in Prepare recipes. In a prepare recipe, select "+add a new step" and search for the processor (as shown below). Please let us know if you have any questions.
Thanks!
Jordan
Hey @JordanB ,
Thanks a lot for you quick answer!
I was looking where I should but unfortunately it seems my version (from where I work) hasn't got this processor....
Thanks anyway ๐
No problem! And, so you're aware, this processor was released in DSS version 11.
Best,
Jordan
That's where the problem was.
I just learned we only still are at the 9.0 version.
I will try to find a way to create my if else statement!
Thanks a lot!
Hi @Sv3n-Sk4,
You can create an if/else statement with a formula processor in a prepare recipe. The statement could go something like this:
if(customer_id == col1, col2, col3) which resolves to if condition (customer_id) equals col1 then execute col2, else execute col3
Please let me know if you have any questions.
Thanks!
Jordan