Nelson Freitas wrote:
Hi Nelson,
Do you know if this feature is currently optimized and the platform only do the count query? or the behavior is the same? the platform do two querys despite the data fetched is not used
Regards.
Hi,
I am trying to use the Average () in the context menu, but I am not getting any option for it. Kindly help me with it. I am attaching the screenshot FYI.
Thanks,
Smita
Hi
I am trying to create an average of "rating" which is an existing column. But "average" option is not there. Where can I find that. Kindly help me with this.
I am attaching the screenshot FYI.
Thanks
Smita Dalai wrote:
Dear Smita,
I've explained you in this topic => https://www.outsystems.com/forums/discussion/35270/not-able-to-find-avg-aggregate-function-in-the-context-menu/ what to do in order to work with averages.
If you still have doubts please use the aforementioned topic to continue this discussion.
JH
Smita Dalai,
This an old topic. Please don't revive them. Create a new one with your issue.
Abílio Matos
You also don't have "Sum". I bet this is NOT Numeric data.
J.Ja
Hi Alvaro,
Honestly I have no idea, as I prefer to use Advance Queries, which gives me the freedom to optimize them according to the DBA needs.
The SQL engine will always use the same Query statement because its pure text, as for aggregates, whenever you publish the module, it might change the sql statement to something that the platform "thinks" its better performant than the previous version, screwing around with the advanced indexes created by our DBAs.
But you can test it out pretty quick.
Thank you,
Nelson