Browse Tool not showing all Distinct Values
- 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 All,
Ran into an interesting bug with the Browse tool, when looking at distinct values for a date column for a log that takes a bunch of files and selects the most recent record for a unique ID, it then compares that to the last time the workflow was run and again selects the most recent record. I can't show the actual data or share the file but hopefully the basic flow below explains what i'm doing.
Fundamentally the data its outputting is perfect but the browse tool is having a fit with distinct date for last updated, however the browse tool is only showing 14844 records despite having 15134 records to display. Nb. it maxes out at 14844 records across every feld.
Ive verified it by exporting the data at various points during the process and doing the operations manually in excel. I'm a bit stuck because its not related to the 300MB limit for the browse tool because the data is only about 2 MB and even if all the space was reserved for the vStrings it wouldn't be more than 8 MB.
Any Ideas?
- Labels:
- Bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Interesting - what do you see when you group by data and do a count in summarize? you have 290 records unaccounted for...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The summarise tool returns the correct values as does the final out put, its literally only the browse tool that seems to decided to be wrong.
Its across several dates that it is reporting on wrong so not a single data set issue either.
Tried opening and closing Alteryx in case something got stuck, no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Two more questions:
1) Is Amp on?
2) if you add a select tool and only show the date prior to the browse do you get the same issue?
My suspicion is that it's still a memory limit. Glad to see that it's just an issue with the browse - and not an overall flow bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yep tried Amp on and off no difference.
However limiting the fields to the ID and the Last updated returned proper browse figures.
I agree its a memory limit issue but would not expect the issue to hit on a relatively small table, hopefully on of the devs picks up on this, if not im just going to add the browse tool to my list of "Cowboys" and use other tools for final checks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Totally odd - unless you are running with a fairly low amount of RAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @MattSB , @apathetichell
Try inserting an Auto Field tool before the browse tool and see if that helps - Cheers!
