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

Convert a Table , move information and rows

Danilo9017
8 - Asteroid

Hi Guys 

 

I basically should modify the layout of my table. This is the visual of input 

You could see that report gives me a visual of invoices by client: 

 

In the first section we have : number of the client ("200320"), name ( "Luan SRL") Category (AGEN IT). 

then document date , amount and buckets  for each client. 

 

 

 

Danilo9017_3-1658240288652.png

 

I need an output in different format : I need to copy and the paste  "category field" (AGEN IT , REST IT)  for each customer invoice  of the client. 

 

Danilo9017_7-1658240727760.png

 

 

Is it possible to do it with Alteryx? 

 

Danilo 

 

 

 

 

 

10 REPLIES 10

Hi @Danilo9017 

 

See attached solution. You will need to use couple of multi row formulas to correctly attach each group to its records. Hope that helps. Cheers!

 

christine_assaad_0-1658243739492.png

 

binuacs
21 - Polaris

@Danilo9017 one way of doing this

binuacs_0-1658270822417.png

 

grazitti_sapna
17 - Castor

@Danilo9017, here is another way of solving this problem.

grazitti_sapna_0-1658294516642.png

 

Thanks!

Sapna Gupta
Danilo9017
8 - Asteroid

Hi Christine 

 

It is a wonderful solution thanks. 

I just need a little further help really sorry for the annoyance

 

I have some additional information on my input : 

Danilo9017_1-1658347988275.png

 

In this case i don't know why the workflow doesn't give me the right solution (i presume because in the field account  "IT-Epipoli", "ITSIXTH", are not numbers value) 

 

solution from alteryx  workflow

 

Danilo9017_2-1658348617488.png

 

Instead i should have this solution : 

 

Danilo9017_3-1658348712027.png

 

Really sorry for the annoyance!! Is it possible to help me? 

 

Danilo 

Hi @Danilo9017 

 

Please see attached. I updated the formula to consider numeric values as well as All CAPs words with optional "-".

 

christine_assaad_0-1658350256739.png

Please accept it as solution if it satisfies your needs so it's available to other users with similar challenges

Danilo9017
8 - Asteroid

Hi @christine_assaad 

 

It works thanks!!. Please don't hate me. It gives basically the same problem before with this new final group of customers, i really don't know why since they seems numerical value to me 

 

Danilo9017_0-1658353395313.png

Really sorry for the annoyance on that 

 

Danilo 

Hi @Danilo9017 

 

I'm not going to hate you :)

 

We will just need to understand the different formats of Account. Based on what I've seen so far, it could be purely numeric or purely text or mix of both. is this a fair statement?

Danilo9017
8 - Asteroid

Hi @christine_assaad 

 

Thank you :) !! Yes i confirm :  it could be purely numeric or purely text or mix of both. 

 

Danilo 

Thanks @Danilo9017  for confirming. Please see attached and below.

christine_assaad_0-1658354225169.png

 

Labels
Top Solution Authors