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

Map dropdown stop working when updating Iris (version 2023.1.1) #405

Closed OlgaBorokhova closed 11 months ago

OlgaBorokhova commented 11 months ago

Error in the map widget - the "region-district-group" dropdown has stopped working. It was found that an incorrect request for failing to the next level of the hierarchy is formed. In particular, the following expression is incorrectly wrapped in brackets in the query: NON EMPTY ([crimeRegionD].[H1].[crimeRegionL].&[2]) .children

image

Also this mdx query does not work in Analyzer. Fixing brackets in the query works sucessfull: NON EMPTY ([crimeRegionD].[H1].[crimeRegionL].&[2] .children)

OlgaBorokhova commented 11 months ago

update dsw ver.3.2.18 solve the problem