We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

IIF Statement and Divide a Column to a 100 and add 1 before decimal point

nsenriquez
5 - Atom

Hi I'm trying to resolve this formula but I couldn't find any discussion about this. I have an existing formula I'm using in Access Database IIf([% flag]="P",1+([Rate]/100),[Rate]) but would like to use this in Alteryx workflow I have.  Thank you in advance guys!

 

% FlagRateIncrement (I'm looking for this answer)
P51.05
P31.251.3125
P37.51.375

 

 

2 REPLIES 2
jdunkerley79
ACE Emeritus
ACE Emeritus

A formula tool with that expressi9on should produce exactly what you want. Make sure to select a double as the type for the new column.

jdunkerley79_0-1610141194675.png

 

nsenriquez
5 - Atom

Thank you @jdunkerley79 for helping out. It worked!

Labels
Top Solution Authors