Hi,
I'm looking to use an expression with 3 different statements. In SQL it would be a simple line like:
SELECT count(clientid)
FROM table1
WHERE col1 = "value1" and col2 = "value2" and col3 IS NOT NULL
This is what I have so far... I don't know where to put the IS NOT NULL statement
=COUNT(IIF(Fields!Column1.Value="True" AND Fields!Column.Value="True" ,1,Nothing))