web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filtering By Agent, Or...
Power Apps
Unanswered

Filtering By Agent, Order, and Date

(0) ShareShare
ReportReport
Posted on by 31

So I am working on an app that needs to sum the column Timer, which is then filtered by Agent Name, Order Type, as well as a date range.  I think I have found code that will allow me to add the times from the Timer column together, but since this list is actively being used I am not sure if data being displayed is correct.  I am unsure where I need to place the filter in the code and where I did add a filter for agent name I received nothing in return.  The code I am using for adding the times in the timer column is as follows:

 

RoundDown(Sum(AddColumns(OrderEntryList,"NewRow",Value(First(Split(Timer,":")).Result) * 60 + Value(Last(Split(Timer,":")).Result)),NewRow) / 60,0) & ":" & Mod(Sum(AddColumns(OrderEntryList,"NewRow",Value(First(Split(Timer,":")).Result) * 60 + Value(Last(Split(Timer,":")).Result)),NewRow),60)

 

I need to now filter using 4 different Dropdown menus.  One is Agent Name=DRPAgentName.SelectedText.Value, Order Type=DRPOrderType.SelectedText.Value,  OrderDate>=DRPBeginningDate.SelectedText.Result, OrderDate<=DRPEndingDate.SelectedText.Result

 

It is my hope once I get this figured out I will be able to make the app display time to complete each order type and how many pieces per hour are being ordered.  Thank you for any insight.  

 

Categories:

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard