Skip to content

This widget provides the user a database count with a certain refresh rate. Building this without a widget would mean either creating a database record of the count or a non persistent refreshing on the page. This widget let’s developers select an object (optionally with an XPath constraint), a refresh rate and a microflow to execute when clicki…

Notifications You must be signed in to change notification settings

FinapsMX/Data-Counter-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This widget performs a database count on a selected object adhering to the XPath contraints set in the modeller. The purpose of this widget is to allow developers to quickly add counters to their Mendix projects.

Typical usage scenario

The widget is usefull when displaying counts to either guide proccesses or create a dashboard. The refresh rate is to be configured according to the business purpose.

Features and limitations

The widget does a count on initialisation and on the interval set in the refresh rate. A limitation is that the refresh rate cannot be below 200ms. When the refresh rate is configured below 200ms the widget will refresh every 200ms.

Configuration

When adding the widget to a project you have to select the object to count (and optionally add XPath constraints), a refresh rate and a microflow to trigger when clicking on the counter shown to the user. The minimum refresh rate is set to 200 ms.

Known bugs

None at the moment

About

This widget provides the user a database count with a certain refresh rate. Building this without a widget would mean either creating a database record of the count or a non persistent refreshing on the page. This widget let’s developers select an object (optionally with an XPath constraint), a refresh rate and a microflow to execute when clicki…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages