Full MDX views - expand isn't working, plus sign is missing

Issue #550 resolved
Radu Cantor created an issue

In views that use full MDX queries the expand / collapse on the rows isn’t working.

The C elements have the minus sign for collapse, but there are no plus signs for expansion.

Comments (4)

  1. Wei Wang

    It seems that this issue is not fixed in 2023.02 FP3. Please use the MDX below to replicate in Apliqo_Demo. On trying to expand the row, I see the following error:

    SELECT 
      NON EMPTY 
       {[Region].[Region].[1],[Region].[Region].[10],[Region].[Region].[2],[Region].[Region].[9]} 
      ON COLUMNS , 
      NON EMPTY 
      {[Account].[Account].[4]}  
      ON ROWS 
    FROM [General Ledger] 
    WHERE 
      (
       [Version].[Version].[Budget],
       [Year].[Year].[2016],
       [Currency].[Currency].[Local],
       [Department].[Department].[1],
       [General Ledger Measure].[General Ledger Measure].[Amount],
       [Period].[Period].[Year]
      )
    

  2. Log in to comment