Select to view content in your preferred language

ArcGIS Pro 3.3.2 query

636
4
10-24-2024 12:13 PM
Labels (2)
MarzenaChojnacka
Emerging Contributor

Hello, I created a query to compare two datasets:

MAX_BRK_RATE <> RATE_MAX

I want to select records in the Max_Brk_Rate that don't match the Rate_Max records. The result returned with records that did not match but also some records that matched.  Any idea why the matching records would show?

Thank you

Marzena

0 Kudos
4 Replies
Robert_LeClair
Esri Esteemed Contributor

@MarzenaChojnacka - without knowing much about the data, it's kind of difficult to troubleshoot this error.  If possible, can you share the data with me?  My email address is rleclair at esri dot com - thanks!

Eugene_Adkins
Frequent Contributor

As @Robert_LeClair mentioned, it's difficult to say without seeing it, but one idea (if domains are not being used to create the records) is spaces after the entered data which would cause the appearance of a match to the eye but informationally there would be a mismatch due to the added space(s) at the end.

MarzenaChojnacka
Emerging Contributor

MarzenaChojnacka_0-1730297217903.png

I can't change the data type in my table. Following a suggestion, I tried to apply a script, but it didn't work. Do you have any thoughts on why it didn't work or what I can try to round the field to two or three decimal places?

0 Kudos
JoshuaBixby
MVP Esteemed Contributor

Can you share a stripped down sample of data that exhibits the behavior? 

0 Kudos