...
- Create a dashboard called
Debt totals by payment means
- Drag the icon from the stream configuration form for
Overall debt levels
onto the dashboard - Select the view type Grid
- Drag the following attributes onto the stream view heading:
PaymentMeans
DebtLevel
- Count()
- We want to group the results by
PaymentMeans
, and for each value of this, sum theDebtLevel
:- Open the stream view configuration form
- Update the Name of the view to
Debt totals by payment means
- Double double-click on
DebtLevel
in the View Attributes list - In the stream view attribute configuration form:
- Set the Name to
TotalDebtLevel
- Select the Stream Function: Sum
- Press
- Set the Name to
- Press on the main stream view configuration form to save your changes
...