on ‎2019 Nov 18 10:59 AM
Hi Experts,
After upgrading Lumira Designer from 2.2 to 2.3, we had a problem with the map.
It shows error :"Could not find member "Unscheduled Off-Hire" of dimension "_mzTL0GJ-EeilqNQcuKS7hQ" in selection "{"Keyfigures": "_qi4b8GJ-EeilqNQcuKS7hQ", "_mzTL0GJ-EeilqNQcuKS7hQ": "Unscheduled Off-Hire"}". It may have been filtered out.".
The application worked correctly in version 2.2 and showed an empty map if no data. How can we solve this problem? Application shows error even if layer without data invisible.

SAP Lumira Designer Release 2.3 SP2 Patch 1 (Version: 23.2.1)
Thanks
Julia
Request clarification before answering.
hello julia_gorelova !!
Have you got any solution to your issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mario!
I had already tried to do this, but it didn't work. The error is displayed even if the layer is hidden.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Julia,
it seems that you are using a data selection and when the query result is empty the selection string couldn´t be found.
Create a small script and check if the DataSource Result is empty and in that case change the layer to invisible.
if (DS_1.isResultSetEmpty();)
{
MAP_1.setLayerVisible(layerId, isVisible);
}
Give it a try and let me know if this is solving your problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.