Start Free Trial

Alteryx Designer Desktop Discussions

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

Is there 1) a count function and 2) a Comment check.

EmilAlteryx01
8 - Asteroid

I have finished my workflow and now need to integrate two additional steps: a count function and a comment check.

 

This is my final output 

OrderIDPayment status - Comments
147852Y
236598-
125478Advance Done
857496Not Yet
126987To be adjusted from Previous Pending
987321Y
129888Y
852885Y
963666Advance Done
987447Not Yet
652325No
989971Y
379514Y

 

 

1) I have applied the filter to display all Fields containing a "Y " Is there a way to include a count check, which in this case is 6?

 

OrderIDPayment status - Comments
147852Y
987321Y
129888Y
852885Y
989971Y
379514Y

 

2) For any instances other than "Y," I would like to incorporate a check to verify comments - Like a Note - or sumthing to check comments

 

OrderIDPayment status - Comments
125478Advance Done
857496Not Yet
126987To be adjusted from Previous Pending
963666Advance Done
987447Not Yet
652325No
1 REPLY 1
apathetichell
20 - Arcturus

summarize tool - group by - count.

Labels
Top Solution Authors