Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99173

Is there a way in Visual Studio to write an expressioin if not null then max?

$
0
0

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)'''

Viewing all articles
Browse latest Browse all 99173

Trending Articles