Hello,
I have Gallery (data is from Excel) and there I have checkboxes. When one checkbox is checked Patch function writes it to the database. But I have continuity on some of values. In this case is continuity called "Vozovy park" and I want that where is "Kniha jizd" checked it is automatically checked "Vozovy park".
Thank you for your help
Lucie
Solved! Go to Solution.
Try below
Regards,
Chetan
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.
Try below
Regards,
Chetan
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.
Can this works for gallery? I have values(Pokladna, Majetek, Vozovy_park, Fakturace, Kniha_jizd) in database(Excel tables) and I want to load it from there. I tried something like this:
OnCheck\Uncheck
If(FunkcnimodulyEko.Value = "Kniha_jizd"; FunkcnimodulyEko.Value)
But it doesnt work.
In Default I have
ThisItem.Jadro_systemu ||ThisItem.Porizeno = "isTrue"
Yes, this will work for gallery.
Didn't get below code. What you want to achieve?
OnCheck\Uncheck
If(FunkcnimodulyEko.Value = "Kniha_jizd"; FunkcnimodulyEko.Value)
But it doesnt work.
Regards,
Chetan
I know how you mean it with two checkboxes (have own name), but I dont know how do it in gallery. Im tried to approach an element in gallery with: FunkcnimodulyEko.Value = "Kniha_jizd"
and after it I need to do something like "Vozovy_park" = true
Thank you
Lucie
The "FunkcnimodulyEko" is a Checkbox, so it will always return Boolean value when you write FunkcnimodulyEko.Value this way. Write FunkcnimodulyEko.Text to get label name of the Checkbox.
Regards,
Chetan
User | Count |
---|---|
256 | |
106 | |
97 | |
51 | |
39 |