Link to home
Start Free TrialLog in
Avatar of Ben Santiardo
Ben SantiardoFlag for United States of America

asked on

ReportNet: Conditional Style...Hide Text When No Records Found...

I am trying to hide a Text item when a certain query has 0 records. I tried using a variable, which always complained that the "fieldname" could not be found. Then I tried a Conditional Style, but I can't seem to get that working either. I tried "RowNumber() <= 0" and I tried "count([QueryName].[FieldName]) = 0" and neither have worked.

Can anyone help me out here?
ASKER CERTIFIED SOLUTION
Avatar of Ben Santiardo
Ben Santiardo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial