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

Multi-Row Formula Tool Issue

mmeighan
5 - Atom

I am having Trouble getting this tool to work. I need Category A dragged down to Category B and Category B dragged down to Category C and so on. I have followed the step by step instructions on the community page and it is still not working Properly. I have attached the workflow for reference. This is the expression I am using: IIF(isnull([Category]),[Row-1:Category],[Category]). Can somebody please help me out with this?

 

Thank you,

 

Mike

2 REPLIES 2
CharlieS
17 - Castor
17 - Castor

We're unable to run the workflow because the input files were not included. To include these file, use Options > Export Workflow and attach the .yxzp file here. 

 

Without knowing what the contents look like, a general suggestion would be to use "isempty(" rather than "isnull(" because the isempty logic covers both null and empty string fields. 

mmeighan
5 - Atom

Thank you!

Labels
Top Solution Authors