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

Version: 1.2.3
Framework Version: 9.18.2
Release Notes: dark icons MX 10 style
Version: 1.2.2
Framework Version: 9.18.2
Release Notes: added activity icons and images
Version: 1.2.1
Framework Version: 9.18.2
Release Notes: Upgrade to Mx9.18.2 to support Mx10 Update UserRole security
Version: 1.1.1
Framework Version: 9.16.1
Release Notes: add color attribute, not used by default, but available and useful for KPI and charts
Version: 1.1.0
Framework Version: 9.16.1
Release Notes: The "CountValue" entity is now persistable, but never comitted. Up to the developper to save it or use it like a non persistable entity.
Version: 1.0.0
Framework Version: 9.16.1
Release Notes: First release