Hello
I have a gallery called gallery4, that I want to be hidden until text is entered into a search box, which is called Text_Search.
I'm using this :
If(Text_Search,IsBlank(Gallery4.Visible=false)
But it's still showing the gallery and its contents
Could anyone help please?
Thank you
Solved! Go to Solution.
Hi @pricey79 ,
Just put this on the Visible property of the gallery
!IsBlank(Text_Search)
the formula is true if TextSearch (I assume this is the name of your text search control) is not blank and the gallery will become visible once something is typed in it.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @pricey79 ,
Just put this on the Visible property of the gallery
!IsBlank(Text_Search)
the formula is true if TextSearch (I assume this is the name of your text search control) is not blank and the gallery will become visible once something is typed in it.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Perfect, thank you!
User | Count |
---|---|
152 | |
93 | |
84 | |
77 | |
58 |
User | Count |
---|---|
194 | |
174 | |
106 | |
96 | |
89 |