Hi
I have an Image column (Allow Null = true) in SQL Server 2005. I am using Crystal Reports designer (ver 10.5) that comes with Visual Studio 2008. Crystal sees the column as blob field and puts an image object for the column.
When I am trying to limit the record selection by using
NOT ISNULL({Employee.Picture})
as Selection Formula, I get the following error:
Error in formula .
'NOT (ISNULL({Employee.Picture}))'
This function cannot be used because it must be evaluated later.
Is there a way to filter out rows with out pictures?
Thanks,
Kishore A