Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Table not appearing on all documents

elsieahteck
7 - Meteor

Hello everyone!

 

I added a Table to a Report Text, however when rendering - the table does not appear on all the documents.

 

elsieahteck_0-1654860764144.png

 

Can somebody help please?

 

Thank you in advance.

 

7 REPLIES 7
Qiu
20 - Arcturus
20 - Arcturus

@elsieahteck 
Maybe we should use the append tool rather than union in this case.
Union is like only put the 2 inputs together, which Append can generate extra records to match with another input.

 

Test1.PNG

elsieahteck
7 - Meteor

Thank you for your quick response and solution @Qiu.

 

But what if we have more than 2 input streams?

 

Alteryx Table Append.png

 

The Append tool wouldn't really work in that case?

 

Please advise. 

TonSquared
5 - Atom

Hi, I think this simple idea will work on your problem. Adding a dummy field with the same data will let you join all the streams without losing any data like what you've shown above.

 

Here is an example, i've created a dummy "J field" and i've join it by "J field' so everyone will push through without losing any streams.

We've come with this idea while we are creating alteryx apps :)

 

Let me know if this helps

 

TonSquared_0-1654874037515.png



Please mark as a solution if this solved your problem.

elsieahteck
7 - Meteor

Amazing! Thank you very much @TonSquared 😀👍

elsieahteck
7 - Meteor

Hi @TonSquared,

 

Is it possible to pull the Available Fields of our input file and use them as variables in the Table please?

TonSquared
5 - Atom

Yes you may. But i guess you need to rearrange your tools to make this things happen according to your preference

 

Like this below

 

TonSquared_0-1655218377287.png

 

elsieahteck
7 - Meteor

Thank you so much @TonSquared 😀

Labels