Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Formula not Working

Inactive User
Not applicable

Can someone please suggest me how can I use this formula on Alteryx?

 

IF(AND([useful life]<>39,[project start date]>DATE(2017,9,27)),100%,IF([useful life]<>39,30%,0%))

16 REPLIES 16
Sebastiaandb
12 - Quasar

@atcodedog05 you're right haha... Can't really see if it's an add-on in Designer itself. They installed in into our virtual applications :-). 

Function List · jdunkerley/AlteryxFormulaAddOns Wiki · GitHub

atcodedog05
22 - Nova
22 - Nova

Hi @Inactive User 

 

I am really surprised the same condition is working but not below 😶. Can you use a select tool before and change the datatype of [useful life] to double.

atcodedog05
22 - Nova
22 - Nova

@Sebastiaandb 

 

I didnt know that this function was present in jdunkerly's formula addons. Its definitely an addon. Thank you for sharing 🙂

Inactive User
Not applicable

not sure why it not working for me. @atcodedog05

Inactive User
Not applicable

@atcodedog05 you are the MAN. i changed the data type and it is working. THANK YOU SO MUCH.

atcodedog05
22 - Nova
22 - Nova

Hi @Inactive User 

 

Can you try by running it once.

 

Can you connect your input file to my attached workflow and try. 

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Inactive User 

If the response helps please don't forget to mark it as solution.

Cheers and have a nice day!

Labels
Top Solution Authors