i would like to learn formula language, if then else. Where do i find information?
Birgit
Registered Posts: 1 ✭
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,371 DataikerHi,
There is the visual if-then-else processor in a prepare recipe :
https://doc.dataiku.com/dss/latest/preparation/processors/create-if-then-else.html#create-if-then-else-statements
if is also available formula :
https://knowledge.dataiku.com/latest/data-preparation/formulas/concept-formulas.html
You can find more examples on community
https://community.dataiku.com/discussion/10987/nested-if-with-or-inbetween/p1
Thanks