TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
36 stars 0 forks source link

Insight Editor Issue: No Information Displayed #385

Closed DanielStormApps closed 4 months ago

DanielStormApps commented 4 months ago

A custom query insight that has been working is no longer displaying information. No error displayed. See attached screenshot and custom query.

Insight ID: 45BB98D3-465B-49D5-B6CC-62EA1B635586

{
  "aggregations": [
    {
      "fieldName": "count",
      "name": "count",
      "type": "longSum"
    }
  ],
  "baseFilters": "thisOrganization",
  "dimension": {
    "dimension": "contentName",
    "outputName": "contentName",
    "type": "default"
  },
  "filter": {
    "field": {
      "dimension": "contentName",
      "type": "selector",
      "value": ""
    },
    "type": "not"
  },
  "granularity": "all",
  "metric": {
    "metric": "count",
    "type": "numeric"
  },
  "queryType": "topN",
  "relativeIntervals": [
    {
      "beginningDate": {
        "component": "hour",
        "offset": -1,
        "position": "beginning"
      },
      "endDate": {
        "component": "hour",
        "offset": 0,
        "position": "end"
      }
    }
  ],
  "threshold": 200
}

no-data

DanielStormApps commented 4 months ago

Data is now displaying again: working-now