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
User | Count |
---|---|
260 | |
109 | |
92 | |
56 | |
41 |