How to use visibility toggleitem to hide a textbox when textbox value is empty

  • I'm having (what I think is) the same issue-- how to suppress an entire matrix row when there is a particular value. Visibility is not a property when you click on the row, so I go to each cell in the row and set =Iif(ReportItems("cell name").Value ="whatevervalue)",True,False)

    The result is a gap in the rows (the entire row is blank, but not collapsed).

    If anyone has an idea, please help!

  • The answer to my problem isn't fixed by visibility, but by filtering:

    On the Matrix itself's properties:

    Add a filter where

    Fields!

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply