App Studio: Entity Aggregation Queries

Hi,

I need to show on a Dashboard Page some Aggregation figures on an Entity’s records.
Something like Sum, Count, Average … grouped by specific fields.
Any hints & tips would be highly appreciated.

Thanks in Advance.

the APP Docu pages gives some introductions on LINQ which offers
Group Bym SUm, Average Operators

So we can:

  • grap a collection of needed Entities recoreds
  • and postpocess the collection
1 Like

@hgaber105
find some more starter help:

And for learning / prototyping in Studio
[HowTo] LINQ (VB.Net) Learning Catalogue - Help / Something Else - UiPath Community Forum

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

1 Like