Hello.
I have a table in a report that is bound to a list of objects. I would like to add a filter to only display rows where a certain property is not null. The property is a nullable decimal (C#: Decimal?)
How would I set this filter up? (is it possible?)
I tried:
Expression: =Fields.Property
Operator: <>
Value: =Null
And
Expression: =CStr(=Fields.Property)
Operator: <>
Value: <left the value blank>
but neither worked.
Thanks,
Justin
I have a table in a report that is bound to a list of objects. I would like to add a filter to only display rows where a certain property is not null. The property is a nullable decimal (C#: Decimal?)
How would I set this filter up? (is it possible?)
I tried:
Expression: =Fields.Property
Operator: <>
Value: =Null
And
Expression: =CStr(=Fields.Property)
Operator: <>
Value: <left the value blank>
but neither worked.
Thanks,
Justin