We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Blank value not showing at the top in the popup shown after clicking on column header.

Answered
Nagaraj Chatiri asked on February 28, 2022

Blank value not showing on top and not allowing also to search blank value. As shown in the screen shot.

Attachments:
Capture.JPG

1 answer

Public
Maksym Diachenko Maksym Diachenko Flexmonster March 1, 2022

Hello, Nagaraj!

We suggest checking the following workarounds: 
- consider replacing such members with more informative data in your cube.
- on the client-side, you can filter such members out either using our exclude filter.

filter": {
    "exclude": [
        "[Account].[Account Type].&[]"
    ]
}

- with the help of the subquery option: https://jsfiddle.net/flexmonster/ej8j4jmg/.

Also, we recommend updating to the latest version since our team can't reproduce such behavior on our cube.

Best Regards,
Maksym

Please login or Register to Submit Answer