I am using CR 9.5 and am trying to allow the end users to retrieve customer invoices based on the customer's name. I am currently trying:
{Customer.Name} >= {?StartName} and
{Customer.Name} <= {?EndName}
The problem I have is that if {?StartName} = "A" and
{?EndName} = "A" no records are returned. Also If
{?StartName} = "A" and {?EndName} = "C" then all "A" names and "B" names are returned but no "C" names are. I have used this same logic for date ranges in the past with no problem but it seems in this case the "or equal" part of the formula is being ignored.
Any assistance is greatly appreciated.
{Customer.Name} >= {?StartName} and
{Customer.Name} <= {?EndName}
The problem I have is that if {?StartName} = "A" and
{?EndName} = "A" no records are returned. Also If
{?StartName} = "A" and {?EndName} = "C" then all "A" names and "B" names are returned but no "C" names are. I have used this same logic for date ranges in the past with no problem but it seems in this case the "or equal" part of the formula is being ignored.
Any assistance is greatly appreciated.