BusinessObjects Board

Object with no null - variable?

Hi,

I feel rather dumb but I am creating a variable and want an object but only if it’s not null. For some reason I can’t get my formula to work.

I tried =[object] if nonull

But no luck…

= if not( isnull( [object] ) ) then xxx

4 Likes