Page 1 of 1

Scope problem

Posted: Mon Mar 10, 2003 3:18 pm
by DCSykes
I^m having a problem with RI_LOSCOPE and RI_HISCOPE (in both v9 and v10). The scope value is a customer ID, 6 characters long. The report works fine, except for certain values of the ID. For example, I have a customer "20050K" and another customer "20050 ". If I set the scope to "20050 ", I get information for both customers. I thought padding with spaces to the full 6 character length would cure the problem, but it does not. Any work around for this one?____Thanks,__Dennis Sykes

=> RE: Scope problem

Posted: Mon Mar 10, 2003 5:33 pm
by kfleming
Set the HI_SCOPE value to 20050! and you should get just the 20050.__The exclamation point has a lower ASCII value than any alpha character.____Kathleen__R&R Support

==> RE: Scope problem

Posted: Mon Mar 10, 2003 10:34 pm
by DCSykes
Works great. Thanks Kathleen.____Dennis Sykes____>Set the HI_SCOPE value to 20050! and you should get just the __>20050. __>The exclamation point has a lower ASCII value than any alpha __>character. __>__>Kathleen __>R&R Support __