
Announcements
I have a problem. I want to use a comparison to decide which patch to run. This usually works, just not with this one, and I don't understand why, because if I put the exact same comparison in a label, the correct result is displayed. (The original comparison is in the button) You are also welcome to see it in the pictures.
The result in the
label = true,
buttons = false,
and the result in the label is correct. What can be the reason, and how can I solve it?
Thanks in advance.
Marko
( I have the German version and use ; instead of , )
Hi @MarkoB ,
This condition is normal.
That's because the label will be updated all the time, records can be got by filter function. So the result will not be blank.
However, the formula in the button's OnSelect property will only work when you click the button. So the filter function won't work until you click the button. So when you inspect it, the result is blank.
The above situation will not affect the normal operation of the application. When you click the button, the filter function will take effect, and the result will change to false.
Best regards,
Community Support Team _ habsburg Qian
If this post helps, then please consider Accept it as the solution to help the other members find it.