Announcements
Hi!I've an Edit Form in my apps, connected to Sharepoint List.
Is it possible to display the number of all items from the list with Status is In Progress?I would like this number to be displayed on my screen in the application. For ex. in the TextInput Control.
hi @xvzms ,
you can use something like:
Set(countStatus,countRow(filter('datasource,Status="inProgress")))
Hi @xvzms ,
If you want to have some Delegation control on this, try (assuming Status is a Single Line of Text)
With( { _Data: Filter( GalleryList, Status = "InProgress" ) }, CountRows(_Data) )
If it is a Choice field, you will need Status.Value
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 494
WarrenBelz 352 Most Valuable Professional
11manish 323