Hi all,
I´m almost done with my first app, but am struggling with one last thing:
i have a gallery in the main-screen using this:
SortByColumns(Filter(Antrag, StartsWith(Familienname, SucheFeld1.Text)), "Title", If(SortDescending1, Descending, Ascending))
near to the gallery i have an icon for Ascend/Descend - Sorting, thats works fine. Also searching for the Name via an input field.
What i now need (the last feature) is using a radio-button for filtering this gallery using a boolean-Field in the
data-source named "NeuErstellt" .. so when i toggle the button only those with "true" are shown, untoggled ALL items should be shown.
I tried fiddling around with "updatecontext()" but did not come to a conclusion.
maybe somebody can help me with a short "push" ?
Kind regards,
Markus