Hi,
I have a collection called "BRG" with some users .
There are 3 columns, "name", "admin_status","choosen".
So in a gallery with this collection there is a Checkbox with the propriety ThisItem.isselected.
I am trying to select some users and change their propriety. Do you know how to do? Or have suggestions?
Right now i am trying with the update function, but without results -.-
i tried with f.example:
UpdateIf(
Value(Gallery.Selected.Admin);
Checkbox3.Value=true;
Value(Gallery.Admin) = true)
Thanks for help!!!!!!
Solved! Go to Solution.
adn well.... i did it!
Hope that it helps someone.
Patch(
medarbejdernesdata;
LookUp(medarbejdernesdata;
Navn_excel = ThisItem.Navn_excel);
{Admin:true}
);;
Refresh(
medarbejdernesdata
);;
ClearCollect(
coMedarbejderne;medarbejdernesdata
);;
adn well.... i did it!
Hope that it helps someone.
Patch(
medarbejdernesdata;
LookUp(medarbejdernesdata;
Navn_excel = ThisItem.Navn_excel);
{Admin:true}
);;
Refresh(
medarbejdernesdata
);;
ClearCollect(
coMedarbejderne;medarbejdernesdata
);;
User | Count |
---|---|
119 | |
86 | |
84 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
141 | |
109 | |
83 |