Used as

  • Card


Summary

This card is dedicated to metering consumption. It displays a table with the begin index, the end index and the relative consumption. You can also display additional information based on tags.


Implementation

  • Add a card from the settings bar, and choose in the list ConsumptionReportTable
  • You don't need to fill the ExporterOrd if you are not using the related component (used only for large set of meters)
  • Instead, choose a selection of histories
  • Choose a period
  • You can make it slave of another card. See Master Slave behavior between cards to have more information on how to use it with other cards



Flex Widget Properties

  • ExporterOrd: [Optional] Ord of the ConsumptionExporter you may use to improve performance on large set of meters
  • HistoryDefaultSelection: A list of queries retrieved from the Selection folder in the BtibService. The selected query needs to target histories (history:).
  • HistorySelectionPolicy
  • TimeRangeDefaultSelection: The time range to apply to the retrieved histories.
  • TimeRangeSelectionPolicy:
    • Stand Alone: The card will use his range selection.
    • Slave: The card will use the period selector time range if it set.
  • DisplayedColumns: List of of additional information to display. Example: historyDisplayName, usage, resource etc.
  • Precision: Precision of the displayed values.
  • Row Count: Specifies the number of rows visible by default (-1 to display all).
  • Show Row Count Selector: Display a drop-down menu to change the number of visible rows.
  • Show Searching: Display the search field to filter the values in the table.
  • Show Column Selector: Display a button to manage the visible columns. This allows you to directly hide some columns in the table.
  • Show Info: Whether information on the number of lines is displayed or not.
  • Show Exporting: Display the export button (this feature is only available in the browser). It allows data to be exported in CSV or PDF, to print the table or to copy its contents into the clipboard.
  • ShowDatesSelector: Whether to display the date selector or not
  • ExportFileTitle: The title of the export. Example: Metering export %startDate% et %endDate%
  • Background: Color of the background.

  • Middleground: Color of the table and the fields.

  • TextColor: Color of the text.

  • TableHeaderColor: Color of the table header.

  • TableBorderColor: Color of the table border.