Durango122
MIS
Hi folks
I need your help on this one
Cr XI
access database
here's my problem
i have this report and it contains these 3 fields
example
Key CMSI ID Dun ID
1 12-34-56
2 45-56-78
3 12-45-67 37-65-89
4 32-65-89 32-65-89
i made 2 formula to remove the "-"
formula 1 @CMSI
replace({cmsiID},"-","")
formula2 @DunID
replace({dunID},"-","")
that works fine
result i get this now
Key CMSI ID Dun ID
1 123456
2 455678
3 124567 376589
4 326589 326589
now in the Report-> record selection-> records
i have this
replace({cmsiID},"-","") <> replace({dunID},"-","")
that return all that are not equal to each other that ok
works fine i get key 3
heres my problem
i have a key number 1 to 4
if
key 1 and cmsi id has data and dun id is null they dont show
the same if key 2 dun id has data and cmsi is null they dont show
i need to show the key and the data for cmsi id and dun id if one has data and the other is null
key 3 does show for there not the same
if the key 4 has the same data in cmsi id and dun id they dont show thats ok since there the same value.i have that in the first filter
replace({cmsiID},"-","") <> replace({dunID},"-","")
can someone help me please
thank you
Durango122
I need your help on this one
Cr XI
access database
here's my problem
i have this report and it contains these 3 fields
example
Key CMSI ID Dun ID
1 12-34-56
2 45-56-78
3 12-45-67 37-65-89
4 32-65-89 32-65-89
i made 2 formula to remove the "-"
formula 1 @CMSI
replace({cmsiID},"-","")
formula2 @DunID
replace({dunID},"-","")
that works fine
result i get this now
Key CMSI ID Dun ID
1 123456
2 455678
3 124567 376589
4 326589 326589
now in the Report-> record selection-> records
i have this
replace({cmsiID},"-","") <> replace({dunID},"-","")
that return all that are not equal to each other that ok
works fine i get key 3
heres my problem
i have a key number 1 to 4
if
key 1 and cmsi id has data and dun id is null they dont show
the same if key 2 dun id has data and cmsi is null they dont show
i need to show the key and the data for cmsi id and dun id if one has data and the other is null
key 3 does show for there not the same
if the key 4 has the same data in cmsi id and dun id they dont show thats ok since there the same value.i have that in the first filter
replace({cmsiID},"-","") <> replace({dunID},"-","")
can someone help me please
thank you
Durango122