Count the records through the workflow
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I need assistance on creating a creating a mechanism to track counts of record as I compare the data.
Ex: Starting Count of input records is x , then using join/filter to compare data - the number records that resulted out is z.
Compare x+z which will be used to for another comparison.
Thanks.
- Labels:
- Database Connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
all you should have to do is get a before and after count, then join the two values together
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Maybe you can use the Count record Tool on each exit and do another Join to compare both.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Matthew & @carlosteixeira Thank you for the response.
Join only compares between two workflows (x & z) to get the count of records which will be used for another comparison.
What if I need to have the count of records for ( a, b, x & z) to retrieve the count of records? Is there a way to do so?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@geeklarokcmie Did you try join multiple tool with a,b, x & z.
I don't know I understand well. But can you please provide some dummy input data and desired output to test ?🙂
