Count Values Of Member

Content Type: Module
Categories:

Overview

Super simple and fast way to feed a chart widget from a list. Count the number of distinct Values of a Member against a list of objects.

Works for both persistable and non-persistable entities, in microflows and nanoflows.

 

 

 

 

Documentation

Demo urlhttps://countvaluesofmemberdev-sandbox.mxapps.io/

Description

Count the number of distinct values in a list. Works for persistable and non-persistable entities. Provided as microflow and nanoflow.

The "CountValue" entity is now persistable, but never comitted. Up to the developper to save it or use it like a non persistable entity.

Notes : Regarding performance, keep in mind that the objects should be loaded in a list. For large dataset, you should consider alternatives allowing you to count before loading like OQL for persistable entities, or search engine indexation for external sources.

 

Typical usage scenario

Simple charts

 

Features and limitations

Regarding performance, keep in mind that the objects should be loaded in a list. For large dataset, you should consider alternatives allowing you to count before loading like OQL for persistable entities, or search engine indexation for external sources.

 

Dependencies [optional]

  • 9.16.1
  • none

 

Known bugs 

none

 

 

Releases