Hello
I'm running Crystal Reports IX on a SQL Database and I am having a problem with what i thought was a simple formula.
I want to only display records which have an entry of "null" or is not equal to "Duplicate"
The formula I have is:
(isnull({HPD_Associations.Association_Type01}) or {HPD_Associations.Association_Type01} <> "Duplicate")
It is not working and I was woindering if anyone can assist with where I am going wrong
Thanks
David
I'm running Crystal Reports IX on a SQL Database and I am having a problem with what i thought was a simple formula.
I want to only display records which have an entry of "null" or is not equal to "Duplicate"
The formula I have is:
(isnull({HPD_Associations.Association_Type01}) or {HPD_Associations.Association_Type01} <> "Duplicate")
It is not working and I was woindering if anyone can assist with where I am going wrong
Thanks
David