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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
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 Doubts

Ajay_Tiwari_2020
5 - Atom

I Have huge data to fill the nulll values when the accounts# is same witth the same client and country in the excel file.

Please find the below format which is want to fill the same.

Account#      Client     Country     Amt
1                   A             AA            10
2                   B            BB            20
1                  Null         Null           30
2                  Null         Null           40
3                  C            CC            50
3                  Null        Null           60
3                  Null        Null           55

 

It will be really good if anyone can help me the same.

 

Thank you

Ajay

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @Ajay_Tiwari_2020 

 

You can achieve it with use of 2 multi-row formula tool.

 

Workflow:

atcodedog05_0-1641581981780.png

 

Hope this helps : )

 

Luke_C
17 - Castor
17 - Castor

Hi @Ajay_Tiwari_2020 

 

Try something like this:

 

  1. Transpose the data, sort it,
  2. Use the multirow tool to fill in nulls
  3. Cross tab back to the original format

Luke_C_0-1641581460553.png

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Ajay_Tiwari_2020 

Cheers and have a nice day!

Ajay_Tiwari_2020
5 - Atom

@ atcodedog05

 

Thank you so much It really works!!!! 

Labels
Top Solution Authors