I'm trying to find the equivalent expression for a custom report that would work in a Visual Studio expression.
I tried this:
'''=IF((FIELDS!COLUMN.VALUE <> NULL THEN MAX(FIELDS!COLUMN.VALUE))ELSE NULL)'''
I'm trying to find the equivalent expression for a custom report that would work in a Visual Studio expression.
I tried this:
'''=IF((FIELDS!COLUMN.VALUE <> NULL THEN MAX(FIELDS!COLUMN.VALUE))ELSE NULL)'''