Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
AzielBurton
Contributor
Contributor

Configuring a Qlik Sense Server to pull from an REST API on Adaptive

Having issues pulling data from a POST on Qlik.

The following code from PowerBI pull of the desired data.

"

<?xml version='1.0' encoding='UTF-8'?>

<call method='exportData' callerName='a string that identifies your client application'>

<credentials login='"&login&"' password='"&password&"'></credentials>

<version name='"&ActualVersion&"' isDefault='false'></version>

<format useInternalCodes='true' includeUnmappedItems='false'></format>

<filters> <accounts> <account code='60001' isAssumption='false' includeDescendants='true'></account> </accounts> <timeSpan start='"&d1&"' end='"&d2&"'></timeSpan> </filters>

<dimensions> <dimension name='Cost Center'></dimension> </dimensions>

<rules includeZeroRows='false' markInvalidValues='false' markBlanks='false' timeRollups='false'></rules>

</call>

"

Obviously, I have replaced the &login& , &password&  and &ActualVersion& in my query. I got a much simpler dimension pull method='exportDimenions' to work (kind of) but not getting the method='exportData' to work.

Any advice? I am a total noob here.

0 Replies