Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Apply data to existing column

Pascal_R
8 - Asteroid

Hi Alteryx Community,

 

Do you have an simple we to add below "sales weeks used" to the blank Materials?

The sales weeks used is the same for all items, simply changing every week for all. As some items had no sales it shows of course blank, however I need to have this date on each row...

Pascal_R_0-1622020638574.png

 

Any Idea how to add it for all entries?

 

3 REPLIES 3
Emil_Kos
17 - Castor
17 - Castor

Hi @Pascal_R,

 

Multi-row formula should help you:

 

Emil_Kos_0-1622021192837.png

The output:

 

Emil_Kos_1-1622021200992.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @Pascal_R 

 

Since its same week for all you can do something like this.

 

Workflow:

atcodedog05_0-1622021204815.png

1. Using summarize i am taking max of sales weeks used. Null is always min

2. Append the sales week to all rows using append tool.

 

Hope this helps 🙂

Emil_Kos
17 - Castor
17 - Castor

Hi @atcodedog05,

If we have one value that is definitely an easier solution 🙂 

Labels