Bug Fixes

  1. #84: Rows offset with Row Span enabled
  2. #94: PDF exporting with Refresh icon only
  3. #149: TM1 web does not load files that have the ".xlsx" extension in the name
  4. #190: Drill's table is different with Arc and Architect
  5. #192: Passing values with setting service for multiple virtual hierarchies
  6. #194: Missing German translation 
  7. #211: Installer overwrites existing options in server.xml
  8. #224: Apliqo UX Loading Issue
  9. #234: Drillthrough not displaying alias as per the view created
  10. Can't select Default Element which isn't included in the top x elements ( where x is the limit defined by Batch Size), when server mode is on
  11. Row span not disabled when using filters

Regarding issues #190 and #234 : 

After upgrading to UX 2021 February FP3 version it will be necessary to update the allowedRestPaths property under  settings.json file in order for the drill functionality to work properly.

 "allowedRestPaths": [

    {

      "path": "/ExecuteProcessWithReturn",

      "method": "POST"

    },

    {

      "path": "/Users.*",

      "method": "PATCH"

    },

    {

      "path": "/Cubes(.*)",

      "method": "GET"

    },

    {

      "path": "/Cubes(.*)",

      "method": "POST"

    },

    {

      "path": "/Cubes(.*)",

      "method": "PATCH"

    },

    {

      "path": "/Cubes(.*)",

      "method": "DELETE"

    },

    {

      "path": "/Dimensions(.*)",

      "method": "POST"

    },

    {

      "path": "/Dimensions(.*)",

      "method": "PATCH"

    },

    {

      "path": "/Dimensions(.*)",

      "method": "DELETE"

    },

    {

      "path": "/Cellsets(.*)",

      "method": "POST"

    },

    {

      "path": "/Cellsets(.*)",

      "method": "DELETE"

    }

  ],

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.