Here's a Question:
How come when I sometimes run a query or a search by filter expressions, the queries come back with an empty table, rather than the records that I specifically wanted?
For example,
The dates are definitely in the table and there are previous/later dates too, hence the operators...
Usually if the statement is wrong, the fox would say so. But it appears as if it's right just can't be bothered to find anything.
I've noticed this a few times with SQL select queries too. The field type is usually checked to so I can write the correct expression.
Anyone got any ideas?
I wouldn't want to use this in my job, where I can show someone how to filter or select 'x' records and the results come back as empty. That would be embarrassing...
Thanks all.
Vibrant.
How come when I sometimes run a query or a search by filter expressions, the queries come back with an empty table, rather than the records that I specifically wanted?
For example,
Code:
SET FILTER TO Dat <= {04/09/2014) AND dat =>{05/09/2014}
The dates are definitely in the table and there are previous/later dates too, hence the operators...
Usually if the statement is wrong, the fox would say so. But it appears as if it's right just can't be bothered to find anything.
I've noticed this a few times with SQL select queries too. The field type is usually checked to so I can write the correct expression.
Anyone got any ideas?
I wouldn't want to use this in my job, where I can show someone how to filter or select 'x' records and the results come back as empty. That would be embarrassing...
Thanks all.
Vibrant.