im using this code for filter
With({lclChoices : Choices(Supplier.'Task Status')},ForAll(Sequence(CountRows(lclChoices)+1),{Value:If(Value=1,"All",Last(FirstN(lclChoices,Value-1)).Value)})) //Choices(Supplier.'Task Status')
but when click on ALL the filter item is not work..
at the gallery i put this code
SortByColumns(Filter(
Supplier,
StartsWith('Supplier Name',textboxsearchinput.Text) && ('Task Status'.Value=StatusFilter.Selected.Value||StatusFilter.Selected.Value=Blank()),
'Created By'.DisplayName=Office365Users.MyProfile().DisplayName),varSortColumn,varSortDirection)
result :
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
200 | |
47 | |
45 | |
45 | |
39 |
User | Count |
---|---|
279 | |
81 | |
81 | |
80 | |
67 |