I tried to filter a entity using group by, like this:
The entity is filter has I want, but when I try to put the her on the screen, doesn't appear. Can someone help me?
Hello Ines,
You can directly use the aggregated values as a output parameter as those are the only two values will be available.
If you want more output parameters then again you need to convert them to aggregated values,
Hope this helps,
Komal
Hi It would be helpful if you could attach an oml or provide the whole screenshot of the aggregate entities and which attributes you have used group by.Regrads,Shalaka.
Hi,
I hope I understood your question correctly, that you want to show the output of this aggregate on screen.
In OutSystems whenever we add Calculated values in group by the output of aggregate will only contained the calculated values and that in the form of structure. Incase you want to show those values on screen then you should append each element of those values into local list variable and show it on screen.
you can refer this as well https://success.outsystems.com/documentation/11/developing_an_application/use_data/query_data/calculate_values_from_grouped_data/
Hope that helps.
Regards,
Mayuri Pokale