Alteryx Designer Desktop Discussions

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

Comparing values until blank row

ilovecoding
8 - Asteroid

Hello Geniuses,

I have a roles in a column wherein i have blanks after every 2 rows. All i'm checking is there has to be preparer and reviewer combination in each pair and NOT preparer-preparer or reviewer-reviewer combo. If so, all i need is 'good' to be populated in check column, here is the table

 

RoleRole check
(null) 
Preparergood
Reviewergood
(null) 
Preparergood
Reviewergood
(null) 
Preparergood
Reviewergood
10 REPLIES 10
gawa
16 - Nebula
16 - Nebula

@ilovecoding 

I modified the logic applied in Multi Row formula as attached. In previous WF, I used IsNull() function but your real data might have "Empty string" or "White space" instead of null. So first I trim unnecessary space by Muti Field Formula, then use Multi Row Formula with IsEmpty() function instead of IsNull().

Can you check the revised WF works well or not. I hope this does not go worse...😅

image.png

 

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels