I'm having a cubegrid issue - we have been using the older release of 12.0p (2019-05-19) because the cube grid still works. I have recompiled the exact same code with 12.0p (2023-02-18) and the results are not the same.
On the older version, I have a facet called "TIME", "LDC" and "Measures". I can render the data like the following:
When I compile the code with any 12.0p version later than the 2019-05-19, I lose the A measure on the on below the LDC facets. Same thing happens when I shift the facets around to the Y access. This is the same code compiled with 2023-02-18.
I've attached the code stripping it down the bare minimum to show the issue.
On the older version, I have a facet called "TIME", "LDC" and "Measures". I can render the data like the following:
When I compile the code with any 12.0p version later than the 2019-05-19, I lose the A measure on the on below the LDC facets. Same thing happens when I shift the facets around to the Y access. This is the same code compiled with 2023-02-18.
I've attached the code stripping it down the bare minimum to show the issue.
Comment