Announcements
With( { _activerequests: SortByColumns( Filter( 'DS', (Len('Process Type CB'.Selected.Value) = 0 || ChoiceProcessType.Value = 'Process Type CB'.Selected.Value) && (Len('Employee Type CB'.Selected.Value) = 0 || ChoiceResourceType.Value = 'Employee Type CB'.Selected.Value) && (Len('Region CB'.Selected.Title) = 0 || Region = 'Region CB'.Selected.Title) ), "Modified", SortOrder.Descending ) }, SortByColumns( Filter( _activerequests, IsBlank(SearchBox.Text) || StartsWith( FirstName, SearchBox.Text ) || StartsWith( Title, SearchBox.Text ) || StartsWith( 'Employee Id', SearchBox.Text ) || StartsWith( JobTitle_New, SearchBox.Text ) || StartsWith( Region, SearchBox.Text ) ), varsortcolumn, varsortdirection ) )
ClearCollect(colAllResults, Filter(YourDataSource, StartsWith(ColumnName, "Value1"))); Collect(colAllResults, Filter(YourDataSource, StartsWith(ColumnName, "Value2")))
SortByColumns( Filter( 'DS', (IsBlank('Process Type CB'.Selected.Value) || ChoiceProcessType.Value = 'Process Type CB'.Selected.Value) && (IsBlank('Employee Type CB'.Selected.Value) || ChoiceResourceType.Value = 'Employee Type CB'.Selected.Value) && (IsBlank('Region CB'.Selected.Title) || Region = 'Region CB'.Selected.Title) && ( IsBlank(SearchBox.Text) || StartsWith(FirstName, SearchBox.Text) || StartsWith(Title, SearchBox.Text) || StartsWith('Employee Id', SearchBox.Text) || StartsWith(JobTitle_New, SearchBox.Text) || StartsWith(Region, SearchBox.Text) ) ), varsortcolumn, varsortdirection )
With( { _activerequests: SortByColumns( Filter( 'DS', ( Len('Process Type CB'.Selected.Value) = 0 || ChoiceProcessType.Value = 'Process Type CB'.Selected.Value ) && ( Len('Employee Type CB'.Selected.Value) = 0 || ChoiceResourceType.Value = 'Employee Type CB'.Selected.Value ) && ( Len('Region CB'.Selected.Title) = 0 || Region = 'Region CB'.Selected.Title ) && ( StartsWith( FirstName, SearchBox.Text ) || StartsWith( Title, SearchBox.Text ) || StartsWith( 'Employee Id', SearchBox.Text ) || StartsWith( JobTitle_New, SearchBox.Text ) || StartsWith( Region, SearchBox.Text ) ), "Modified", SortOrder.Descending ) } }, SortByColumns( _activerequests, varsortcolumn, varsortdirection ) )
StartsWith( EID, SearchBox.Text )
With( { _activerequests: SortByColumns( Filter( 'Data Source', (Len('Process Type CB'.Selected.Value) = 0 || ChoiceProcessType.Value = 'Process Type CB'.Selected.Value) && (Len('Employee Type CB'.Selected.Value) = 0 || ChoiceResourceType.Value = 'Employee Type CB'.Selected.Value) && (Len('Region CB'.Selected.Title) = 0 || Region_New = 'Region CB'.Selected.Title) && (StartsWith( FName, SearchBox.Text ) || StartsWith( Title, SearchBox.Text ) || StartsWith( JNew, SearchBox.Text ) || StartsWith( RNew, SearchBox.Text )) ), "Modified", SortOrder.Descending ) }, SortByColumns( _activerequests, varsortcolumn, varsortdirection ) )
SortByColumns( Search( _activerequests, SearchBox.Text, Text(EID) ), varsortcolumn, varsortdirection )
YourEIDInputName.Text
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 296 Most Valuable Professional
11manish 224
Valantis 181