Data Comparison
- 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
Hi. I have a workflow that runs once a day and pulls in salesforce forecast data. What I need to do is find out what changed from the prior day for a specific column. I feel this is probably child's play for Alteryx but I'm having trouble finding the right tool. Thanks.
- Labels:
- Data Investigation
- Salesforce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Scott_B
Maybe we can do something like below if I understand your intention correctly.
On day 1, while pulling the data, save the data into a shared location before any further processing.
Then Day 2, you can read data of day 1 from the shared location and compare with data pulling as day 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Scott_B
Assuming the files are in the same format, maybe use Join and then Formula to calculate the difference between columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @Scott_B
Kindly consider generating a sample:
1. table 1 = yesterday's forecast data (please include all the critical fields - the field value can be washed data)
2. table 2 = today's forecast output
3. the field names from table 1 for which you'd like to evaluate for any change
The community can suggest treatments/ tools based on your desired outcome.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello. As it turns out I was able to get get access to a different table in Salesforce that eliminated my need for the compare. I appreciate the responses and believe all of them would have worked.
I do have a follow up question for the group. In my research for this question I came across a reference to a Compare tool. Is that a tool that use to exist? Here is the description I found.
"Data Comparison: You can compare the original data with the refreshed data using the Compare tool. The Compare tool allows you to identify differences between two data sets and highlight any changes that have been made."
