Hello
I would like to add a filter in the browse screen to allow each user to see only his record
I learned and add in the App a variable vUserName
Set(vUserName,User().FullName)
I presume I need to add here the filter, but I didn't sucess
can you help me thanks
SortByColumns(Search([@Table1], TextSearchBox1.Text, "Column1","Group","Name"), "Column1", If(SortDescending1, Descending, Ascending))

Report
All responses (
Answers (