Hi all,
Could you please teach me how to reset concat (text) when click on Back button?
Thanks.
Yes, thanks. then I will check again
There is a bracket missing on If clause formula. I'll correct my previous post.
Thanks. I have just tried but it's empty selected desk.
You cannot reset the concat() function result unless you empty the collection selectedDesks.
If you don't want that you can use a context variable emptyMyLblDesk in OnSelect property of the Back Button:
UpdateContext({emptyMyLblDesk:true})
set the Text property of the LblDesk control to:
if(emptyMyLblDesk,Blank(),Concat(selectedDesks,Title&", "))
and OnVisible property of the screen change the emptyMyLblDesk value to false:
UpdateContext({emptyMyLblDesk:false})
Hope it helps !
WarrenBelz
146,587
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional