Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Question

When searching the Product Extensions (or product master), it would be sometimes useful to be able to calculate SUM or AVG of certain columns. I.e., we need to make a Group By for api.find(). Is that possible?

Answer

One of the variants of api.find() has a parameter where you can define which columns you want to summarize.

See the API documentation.

  • No labels