Hi,
I found the following solution on this page, my problem with it is that after exiting the values are lost and the buttons appear again. Can I store the values of the collection?
Button onselect: If(ThisItem.'AzonosÃtó (ID)' in ColVar;Clear(ColVar);Set(Var;ThisItem.'AzonosÃtó (ID)'); Collect(ColVar;Var))
Button visible: If(ThisItem.'AzonosÃtó (ID)' in ColVar;false;true)
Thx.!
ok. THX.
@BiTry ,
Not if you exit the app - you would have to write it to a List and then get it back at App OnStart
That is, it is not possible to save the values of the collection:(
Hi @BiTry ,
I am not totally clear on your logic here (you are testing if a value is in a collection and if it is you are clearing the collection and then putting the value back), however what do you mean by "exiting". If you are referring to exiting the app and then re-entering it, then neither a Variable or a Collection will help you here as both only exist while the app is running.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1