Hi,
Some of us may have a massive records in one datalist.
And we may try to extract some of the information from these datalist.
For example, I have 10 tasks for business A, and 4 of them are won.
I want to get the number “10” and “4” here.
The usual method is using a Chart.
By Chart
I tried to make a chart including sub-category through a custom page but it seems hard to show the number of records set as “won”. (solution: I need to set a additional number fields(return 0 and 1 by condition) to count the “4” by “SUM”.)
The chart in custom page won’t provide any data.
To get the counted “number”, they should be stocked in another datalist.
By Another Datalist
I create another datalist B. And a workflow in formal datalist(A) (triggered by both new or edit),
and ±1 the datalist B when the specific fields of datalist A changed, to accomplish the counting feature.
However, it will not triggered when record is deleted. So this method only support the datalist without delete.
Also, the workflow takes few seconds but user may need these reaction in shorter interval.
Neither of these method is perfect, is there any easier method in low-code?