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

Count records for some criteria

Lydieatantra
7 - Meteor

Hi Alteryx Team,

Im newby in Alteryx Team, need your advise to how can i create the workflow as my expected below.

Currently i need to record count based on some amount record. I have tried but the result is shown for each record amount based on description.

 

Current

SourceTransaction AmountCountDescription
Bank Statement2501BR Sunter
Bank Statement2501Branch Sudirman 1
Bank Statement2501Branch Sudirman 2
Bank Statement2251BR Sunter 1

 

Expected

SourceTransaction AmountCountDescription
Bank Statement2503BR Sunter
Bank Statement2503Branch Sudirman 1
Bank Statement2503Branch Sudirman 2
Bank Statement2251BR Sunter 1

 

This is my currently workflow that i have created in alteryx :

Lydieatantra_0-1595909061842.png

 

Thank you and regards,

Lydiea

3 REPLIES 3
grazitti_sapna
17 - Castor

Hi @Lydieatantra , try this if it works for you?

grazitti_sapna_0-1595912312606.png

 

The reason for count 1 for every record in your current output is you are grouping the records on the basis of description as well but the description is different for all the records therefore giving you distinct count.Please refer to the workflow attached for your referencce.

Thanks.

 

Sapna Gupta
Lydieatantra
7 - Meteor

Thanks very much @grazitti_sapna, it works perfectly 🙂

 

Regards,

Lydiea

grazitti_sapna
17 - Castor

@Lydieatantra , you are most welcome. Happy to help. 🙂

Sapna Gupta
Labels
Top Solution Authors