How to do Nested IF conditions in DataIku

Dilver
Dilver Registered Posts: 4 ✭✭

Hi Team,

I have a requirement like below to do a nested if condition. Let me know how to achieve this in DataIkU where I searched for few options but couldn't able to fully resolve.

IF
[Created Month] = [Rprt_Month] then 60 + (if [No. of buyer]>=6 then ([No. of buyer] -5) else 0 endif)*15

else
(IF [No. of buyer changed]>0 then [No. of buyer changed] * 15 ELSE 0 ENDIF) + (if [Deal Status] = "RENEW_STRUCTURING" THEN 30 else 0 endif)

endif

The above code is from Alteryx, I want to derive the similar solution from DataIku. Any help is much appreciated and thanks in advance.

Thanks

Operating system used: Windows

Answers

Setup Info
    Tags
      Help me…