Hello community,
I have a gallery. in the gallery I have several labels for each record. Now I just want to check whether a label is visible or not. And for this I currently use this formula:
If (gal_AUPos.Selected.lb_Sum_pro_Job.visible = true; false; true)
But it is obviously wrong and I currently do not know where my mistake is. How do I have to write the formula correctly?
Thank you for your help.
Best regards
RoScha
Solved! Go to Solution.
I just found the solution myself:
If(lb_Sum_pro_Job.Visible;false;true)
Best regards
RoScha
I just found the solution myself:
If(lb_Sum_pro_Job.Visible;false;true)
Best regards
RoScha
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
39 | |
33 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |