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!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need help with render tool to remove taxes with zero amounts

Cat_H
6 - Meteoroid

Hi Alteryx folks! 

 

I am running a flow where i have to generate one PDF per company, i have 20+ companies that each require a PDF to be issued and not all taxes apply to every company. Right now all taxes are appearing on each PDF even if the amount is zero. How can i dynamically remove any taxes that are $0?

 

I'm using the table + layout + render tool to generate these PDFs.

 

Here is the flow we're using:

Cat_H_0-1596034666077.png

 

Here is the current PDF example:

Cat_H_1-1596034715467.png

 

 

3 REPLIES 3
DavidP
17 - Castor
17 - Castor

Hi @Cat_H 

 

Can you not just put a filter tool in front of the Table tool to filter out rows with zero values?

Cat_H
6 - Meteoroid

Disregard! we solved it by adding a filter for the taxes greater then zero after we transpose. 

Cat_H_0-1596037084999.png

 

Cat_H
6 - Meteoroid

LOL yeah, that's what we did essentially 🙂

Labels
Top Solution Authors