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

How to use size of a table in a formula

ctpiccone
7 - Meteor

I am currently working on a process where I am trying to find "mistakes" in my data and make a new table depending on the certain mistake I am trying to catch, although, frequently the tables are of size zero because there are no incorrect values. My question is: Is there is a way to record the size of the newly created table and record them in a different file. For example, if table001 is empty, it would record on a different excel file as table001size=0? That way the user can do one check at the end and knows exactly what tables to look at. 

1 REPLY 1
DavidP
17 - Castor
17 - Castor

If I understand your question correctly, you can use the Count Records tool in the Transform Tool Palette. This will return a Field [Count] with a single value, 0 if the table is empty.

 

You can then write this value to your output Excel file.

Labels
Top Solution Authors