Durango122
MIS
hi guys and Gals
I have this issue
CR XI
Acess database query
I have a report that has 3 fields
key, dun tax id and cmsi tax id
in some of the field i had "-"
ex:12-345-67
and some might have space in front, mid, and end
so created 2 formula like this but different name for diffrent data collumn
@remove-
trim(replace({my_field},"-",""))
that took care of the "-" and spaces if there any
but some other had spaces instead of "-"
but some how there was still some spaces after i created these formula
so created other like this
replace(@remove-{," ","")
that did it
BUTTTTTTTTTTTTTT
then filter my report to show only data that mismatch
in the report->selection->records
i place this
{@Remove-} <> {@remove2}
that work
ex:
key collumn1 collum2
1 12345
2 456789
3 01243 1243
ERRORRRRRRRRRRRR
01243 is the same as 1243 except the leading 0 is visible
if i take the leading 0 out there identical
how can i get the leading 0 out to have it match to the other
thanks
PS it could be in any collumn
some have the same data but there a leadind 0
Durango122
I have this issue
CR XI
Acess database query
I have a report that has 3 fields
key, dun tax id and cmsi tax id
in some of the field i had "-"
ex:12-345-67
and some might have space in front, mid, and end
so created 2 formula like this but different name for diffrent data collumn
@remove-
trim(replace({my_field},"-",""))
that took care of the "-" and spaces if there any
but some other had spaces instead of "-"
but some how there was still some spaces after i created these formula
so created other like this
replace(@remove-{," ","")
that did it
BUTTTTTTTTTTTTTT
then filter my report to show only data that mismatch
in the report->selection->records
i place this
{@Remove-} <> {@remove2}
that work
ex:
key collumn1 collum2
1 12345
2 456789
3 01243 1243
ERRORRRRRRRRRRRR
01243 is the same as 1243 except the leading 0 is visible
if i take the leading 0 out there identical
how can i get the leading 0 out to have it match to the other
thanks
PS it could be in any collumn
some have the same data but there a leadind 0
Durango122