Hi,
I would really appreciate it if someone can please help me with this query. I am relatively new at creating views using SQL Server 2005 and am having problems using an IF statement.
I wanted to be able to use the following statment in the Criteria Pane of a a View that i have created:
IIf([A]=0, Null, [A])
Thanks for you help in advance.
Regards,
AZJ
I would really appreciate it if someone can please help me with this query. I am relatively new at creating views using SQL Server 2005 and am having problems using an IF statement.
I wanted to be able to use the following statment in the Criteria Pane of a a View that i have created:
IIf([A]=0, Null, [A])
Thanks for you help in advance.
Regards,
AZJ