atthevilla
MIS
Crystal 10, Oracle 10g.
My record selection is producing 0 records:
{ADDRESS.REGION} = "New York City"
0 records selected
When I change the record selection to this, I get correct results:
trim({ADDRESS.REGION}) = "New York City"
36,738 records selected
Or to this:
{ADDRESS.REGION} startswith "New York City"
36,738 records selected
I created this boolean formula which evaluates to TRUE for the pertinent records but this same statement is not producing any records when used in the record selection.
{ADDRESS.REGION} = "New York City"
I tried using the Select Expert also, selecting values from the dropdown list. I can use the trim or startswith solution but I fear I’m missing something here. Anyone seen this before?
My record selection is producing 0 records:
{ADDRESS.REGION} = "New York City"
0 records selected
When I change the record selection to this, I get correct results:
trim({ADDRESS.REGION}) = "New York City"
36,738 records selected
Or to this:
{ADDRESS.REGION} startswith "New York City"
36,738 records selected
I created this boolean formula which evaluates to TRUE for the pertinent records but this same statement is not producing any records when used in the record selection.
{ADDRESS.REGION} = "New York City"
I tried using the Select Expert also, selecting values from the dropdown list. I can use the trim or startswith solution but I fear I’m missing something here. Anyone seen this before?