Hi all
I thought this would be easy but i can't seem to get it to work. I'm trying to hide a text box based if a table has a 0 count. This is what i thought would work but it doesn't
= Iif (CountRows("Tablix20") > 0, false, true)
Regards
Dan
Hi all
I thought this would be easy but i can't seem to get it to work. I'm trying to hide a text box based if a table has a 0 count. This is what i thought would work but it doesn't
= Iif (CountRows("Tablix20") > 0, false, true)
Regards
Dan