I am using CR 9.0 and SQL Database.
I have created a report that lists records based on the information in 2 tables.
I want to restrict the records returned when a boolean (true / false) field is false or does not have a value.
If the value is true then the operation have been performed - any other value means that it has not been performed therefore I need to know about it.
Looking at the table it would appear that the only entries in that field are ture - or they are null. There are no False values.
I have tried just using the select tool saying that the table.field is false, I have tried a formulea isnull({table.field}), I have tried (isnull({table.field})= true or not({table.field})) - but every time I do this I get no results.
Anyone got any ideas as to why this is not working..?
Thanks
Vis
I have created a report that lists records based on the information in 2 tables.
I want to restrict the records returned when a boolean (true / false) field is false or does not have a value.
If the value is true then the operation have been performed - any other value means that it has not been performed therefore I need to know about it.
Looking at the table it would appear that the only entries in that field are ture - or they are null. There are no False values.
I have tried just using the select tool saying that the table.field is false, I have tried a formulea isnull({table.field}), I have tried (isnull({table.field})= true or not({table.field})) - but every time I do this I get no results.
Anyone got any ideas as to why this is not working..?
Thanks
Vis