L
Lee Vance
I've got a secondary datasource that I need to filter based on the value of
one of the fields. It is a VARCHAR(1). When I filter for the specific value
I need, "T", it does not return anything. This is not a Boolean field, it's
just a VARCHAR that accomplishes the same thing. I don't have any control
over the data type for this field.
If I query in SQL for that value, I do get records matching the criteria.
Is there something I'm missing? This seems like it would be an easy thing to
do.
one of the fields. It is a VARCHAR(1). When I filter for the specific value
I need, "T", it does not return anything. This is not a Boolean field, it's
just a VARCHAR that accomplishes the same thing. I don't have any control
over the data type for this field.
If I query in SQL for that value, I do get records matching the criteria.
Is there something I'm missing? This seems like it would be an easy thing to
do.