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 fill based on second column

GoldenDesign04
8 - Asteroid

Not sure if I labeled this correctly. I data coming in and joining on "connection point" a hierarchical naming convention.

Site>>Router>>Machine as a combined field.

This pulls in error codes for specific machines and their system ticket number, but the entirety of the Site should have this ticket applied to it. I've used a substring to pull the site number out of the "connection point" I figure a multi row formula to check for Site match and then add the Ticket/error code down but am unsure how to approach this:

Here is sample data:

TicketError CodeSite
Tic12345No Response0110
  0110
  0110
  0158

 

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

Hi @GoldenDesign04 

 

I've attached an example of how you fill down.. and I've grouped it by [Site] so that it repeats for each Site. See if it suits your need.

PhilipMannering_0-1606152230093.png

 

Thanks, P

Labels
Top Solution Authors