Skip to Content
0
Former Member
Jan 08, 2013 at 12:20 AM

problem with If statement

258 Views

hi Guys,

i need to create an variable in the report.

my requirement is, if User_id is equal to null then standalone is Yes, else no

no i need to create an variable "Standalone" basing on "User_ID"

what i am doing is

if [User_ID] = NULL Then 'Yes' else 'No'

but am getting Invalid identifier NULL error message while validating the variable.

Do i need to use any other function to achieve this?