Hello everyone,
I have a PopUp Group. But its visibility depends on the Combo box selected value.
If combo box selected value is equal to "Add" then popup group visibility is set to TRUE.
This is the code in PopUpGroup visible property:
If(ComboBox.Selected.Title = "Add",
true
)
but my question is how to hide again the popUpGroup when I click the X icon in popUpGroup?
What I want is to set the visible property again to FALSE
Hi @YamiteKudasai :
Thanks for your feedback,glad to hear that you have solved this problem.Please consider marking your solution as a solution to help otheres.
Best Regarsd,
Bof
Nah nvm. The solution was to reset the value of the combo box.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1