Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Multi-Row Formula Tool

Tim6
8 - Asteroid

Hi There, 

 

i am looking to build if else conditions using the multi-row formula. 

 

Basically I have the following data: 

1) Compounding frequency = either 2 or 12 

2) Generated Months = 1, 2, 3 

3) Daily Interest Rate = IR/31, IR/29, IR/31

 

I would like to write an if statement that can pick up the correct interest rate give the specific month and the compounding frequency 

 

would you be able to help? 

 

Thank you! 

1 REPLY 1
DavidP
17 - Castor
17 - Castor

If I understand the problem correctly, I think this is what you want.

 

1. Calculate the correct number of days in each month

2. Set values of EAR and EMR

3. Based on Compounding frequency, pick either EAR or EMR and divide by number of days in the month to get interest rate

 

DavidP_0-1595886294372.png

 

Labels
Top Solution Authors