Hello Everyone,
I have two checkboxes and one label, I don't have any gallery or data source.
If i check one check box the count should be 1(In label)
if i check two check boxes the count should be 2(In label)
Please help me with the code
Solved! Go to Solution.
hi @Dishen try this
label Text = If(Checkbox1.Value,1,0) + If(Checkbox1_1.Value,1,0)
hope this helps
hi @Dishen try this
label Text = If(Checkbox1.Value,1,0) + If(Checkbox1_1.Value,1,0)
hope this helps
Wow ! Thanks for the quick reply and working well
User | Count |
---|---|
161 | |
86 | |
68 | |
63 | |
62 |
User | Count |
---|---|
212 | |
146 | |
92 | |
81 | |
68 |