222
Views
2
Comments
Count of Records in Detail Screen on List Screen
Question

Hi.


I have a list of poems assigned to Categories.


On the Detail Screen, I can list and count how many poems are in that category.


However, I want to show that count on the list screen next to the category.


That way you can see what categories have the most poems.


Is it possible with Aggregates?

If so, how?


2019-11-08 16-23-42
César Mateus Conceição

Eddy S wrote:

Hi.


I have a list of poems assigned to Categories.


On the Detail Screen, I can list and count how many poems are in that category.


However, I want to show that count on the list screen next to the category.


That way you can see what categories have the most poems.


Is it possible with Aggregates?

If so, how?


Eddy

Can you send an screen that we can understand what you wish in your screen?



2023-12-07 07-51-40
Remco Dekkinga
 
MVP

Yes this is possible. Create an aggregate with the categories and the poems.

- group by category Id and name.

- set a count on the poem Id.

this aggregate should show a list of categories with the number of poems per category. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.