intersystems-community / DeepSeeWeb

Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client
MIT License
18 stars 13 forks source link

Range filter doesn't work #398

Closed evshvarov closed 11 months ago

evshvarov commented 1 year ago
Screenshot 2023-08-26 at 2 36 49 PM

Creates the following MDX: SELECT NON EMPTY NONEMPTYCROSSJOIN([DockerRepo].[H1].[DockerRepo].Members,[Measures].[%COUNT]) ON 0,NON EMPTY [ImageType].[H1].[ImageType].Members ON 1 FROM [APPSIGHT_SIPHON_DOCKERPULL] %FILTER %OR({[Timestamp].[H4].[DayMonthYear].&[NaN] }) Notice NaN in the last filter element

evshvarov commented 1 year ago

Fixed