Difference between revisions of "Anaplan"

(FluenceXLWeb Authentication)
(FluenceXLWeb Authentication)
Line 18: Line 18:
 
** Alternately you can add https://www.xlcubed.com/SSOToken.html and use that if you define the url in the next step.
 
** Alternately you can add https://www.xlcubed.com/SSOToken.html and use that if you define the url in the next step.
  
Once this is done you must add the client id and secret from the OAuth app to FluenceXLWeb. Add the folowing keys
+
Once this is done you must add the client id and secret from the OAuth app to FluenceXLWeb. Add the folowing keys to the web.config:
 
* {{code|AnaplanClientID}} - the client id
 
* {{code|AnaplanClientID}} - the client id
 
* {{code|AnaplanClientSecret}} - the client secret
 
* {{code|AnaplanClientSecret}} - the client secret

Revision as of 10:59, 27 August 2024

Anaplan is supported in the FluenceXL from V10. You can use Anaplan in the same way as other OLAP data sources and connect directly to the source data. FluenceXL supported read and write of data so you can use it for reporting and forecasting.

Module browsing

If your model has a large numbe of modules then it can be tricky to find the correct one. Anaplan doesn't allow direct access to some module information, but you can use these instructions to create a module with the relevant information to aid cube browsing.

Anaplan Metadata

Example connection screen

AnaplanCubeBrowser.png

FluenceXLWeb Authentication

To allow web users to connecto to Anaplan data an Anaplan Tenant administrator must add an OAuth Client to Anaplan.

Once this is done you must add the client id and secret from the OAuth app to FluenceXLWeb. Add the folowing keys to the web.config:

  • AnaplanClientID - the client id
  • AnaplanClientSecret - the client secret
  • AnaplanClientRedirectUrl - optional - the alternative SSOToken url
AnaplanWebSSO.png