Used as

  • Card


Summary

This Card is used to control the history selection of other cards (HistoryListSelectorChartViewerRankingChart...). This card allows you to:

  • Select a custom group of histories and display them into slave cards (like a ChartViewer)
  • Filter history based on their tags values



Implementation

  • Add a card from the settings bar, and choose in the list TagHistoryListSelector
  • Then define the selection of histories
  • Don't forget to accept the permissions
  • See Master Slave behavior between cards to have more information on how to use it with other cards



Flex Widget Properties

  • HistoryDefaultSelection: The query to resolve a list of histories.
  • Controls: List of the tags to used as filters.
    • DisplayName: The label for the field editor.
      (info) SFormat is supported.
    • Tag: The name of the tag.
    • Multiselect: Indicates if one or many values can be selected.
    • ParentControl: Define a control dependency.
  • EnableCache: Enables the cache. Enable this property only if you have performance issues. 
  • LoadAllWithNoSelection: Select all history ids or not if there is no selection.
  • ChipsBackground: The background color of the chips
  • ChipsForeground: The foreground color of the chips