Random question - both of the Sales Order Billing ...
# suiteanalytics
t
Random question - both of the Sales Order Billing Address and Shipping address tables have a bunch of duplicates with no way to distinguish between them, anyone seen that before?
a
@trafalger are you building a dataset? If yes, based on what record?
You may try and add 'default billing' and 'default shipping' columns to see if these checkboxes can eliminate duplicates
t
It ties to transactions on salesorder billing address
but in those tables theres like 3-10 rows per addreess
that all appear to be the same
a
you may be getting multiple results based on the number of lines on the transaction
try adding in line id (or other fields) from the tables you're using to see if that elucidates the duplicates
a long time ago i had a weird result where it was duplicating based on languages i think
though that was likely a saved search, not a dataset
t
the weird thing is in the shipping/billing table
it’s just like “record owner = 11” and they’ll be 10 lines
with no way to distinguish them and they’re all the same
I just removed the duplicates but that always feels like a bandaid and not fixing the real problem
a
you're starting from the transactions table though right? can you share a screenshot?
t
I am
but the billing/shipping address only has 1 “record owner” that duplicates
no other way to link to transactions
unless I’m mistaken