Forum Discussion
Adaptive Insight Connector
I cannot get the code to work. I have updated the credentials but I'm unsure of what other edits I need to make. Could you help me out? Is it possible to share updated code, perhaps to the current version API code where you highlight the places edits are necessary?
Any help, much appreciated.
Anonymous ,
Please make sure you have correctly replaced the underlined items below with what theyare for your Adaptive instance/configuration. Also, please note the use of double "double quotes" here. ("" instead of ")
<call method=""exportData"" callerName=""PowerBI"">
<credentials login=""user name here"" password=""password here"" instanceCode=""instance code here""/>
<version name=""Forecast""/>
<format useInternalCodes=""true"" includeUnmappedItems=""false""/>
<filters>
<accounts>
<account code=""Expenses"" isAssumption=""false"" includeDescendants=""true""/>
</accounts>
<timeSpan start=""Jan-2018"" end=""Dec-2019""/>
</filters>
<dimensions>
<dimension name=""Project Allocation""/>
</dimensions>
Regards,
Ferdinand