Opening Indicator from a Dashboard with List widget throws the error - "Not a valid Indicator, Breakdown, Element or Aggregate combination"Issue In Newyork , on a widget with Indicator Group, widget time series can be selected which is not supported for the Indicator frequencies within the group. In this scenario while opening the Indicator from the List widget on the Dashboard throws the error - "Not a valid Indicator, Breakdown, Element or Aggregate combination". Steps to Reproduce - Create an Indicator group having an Indicator with the frequency set as MonthlyCreate a list widget having an indicator group created in Step 1) and the Time series set as "By month AVG +" 3. Add the widget to the Dashboard 4. Click on the Indicator We see the exception - "Not a valid Indicator, Breakdown, Element or Aggregate combination" CauseWhen the Indicator is opened from the Dashboard , the url generated contains the UUID with the combination of the Indicator and the Time series (used on the widget) As per the documentation , we have a mapping between the time series and the associated indicator frequencies. If the combination is not a valid one as mentioned in Time series and associated indicator frequencies it generates the exception - "Not a valid Indicator, Breakdown, Element or Aggregate combination"as below When we select a time series aggregation, the frequency with which indicator scores are collected limits which time series you can choose. You cannot select a time series aggregation that is applied to scores more frequently than those scores are collected. These relationships are independent of which aggregation (AVG, SUM, or custom) is combined with a time series, and therefore only the time series are shown. We have another KB0783764 with the same error "Not a valid Indicator, Breakdown, Element or Aggregate combination" , however the issue is different than the one in present case.ResolutionFollowing one of the ways help to resolve the issue - Remove the time series from the widget OR Make sure the Indicators used within Indicator group are of frequencies which are valid as per the mapping between the time series and the associated indicator frequencies.