<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Qlik Sense Pivot-table in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654125#M11945</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;In mashup, I want to retrieve pivot table data using qlik sense api.&amp;nbsp; In qlik sense app, pivot table has one dimension and two measures with complex expressions.&amp;nbsp; I have tried using qHyperCubeDef, but it is not fetching data.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:55:48 GMT</pubDate>
    <dc:creator>VGP</dc:creator>
    <dc:date>2024-11-16T03:55:48Z</dc:date>
    <item>
      <title>Qlik Sense Pivot-table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654125#M11945</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;In mashup, I want to retrieve pivot table data using qlik sense api.&amp;nbsp; In qlik sense app, pivot table has one dimension and two measures with complex expressions.&amp;nbsp; I have tried using qHyperCubeDef, but it is not fetching data.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654125#M11945</guid>
      <dc:creator>VGP</dc:creator>
      <dc:date>2024-11-16T03:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Pivot-table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654129#M11946</link>
      <description>Did you remember qInitialDataFetch? Also remember that for a pivot table data is in qPivotDataPages.</description>
      <pubDate>Wed, 04 Dec 2019 14:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654129#M11946</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-12-04T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Pivot-table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654210#M11948</link>
      <description>Yes ErikWetterberg, I have used qInitialDataFetch property and checked qPivotDataPages also. Below is sample JSON having complex expression, which i am using to get pivot table data . I have logged error in console and error message i am getting as "Object not found". Please tell me whether I am missing any property in qHyperCubeDef. var pvTable = {"qHyperCubeDef":{"qDimensions":[{"qLibraryId":null,"qDef":{"qFieldDefs":"complex expression"},"qLabel":"complex expression","qSortBy":{"qSortByState":0,"qSortByFrequency":0,"qSortByNumeric":0,"qSortByAscii":1,"qSortByLoadOrder":0,"qSortByExpression":0,"qExpression":{"qv":" "}}}],"qMeasures":[{"qLibraryId":null,"qDef":{"qDef":"complex expression"},"qLabel":"complex expression","qSortBy":{"qSortByState":0,"qSortByFrequency":0,"qSortByNumeric":0,"qSortByAscii":1,"qSortByLoadOrder":0,"qSortByExpression":0,"qExpression":{"qv":" "}}},{"qLibraryId":null,"qDef":{"qDef":"complex expression"},"qLabel":"complex expression","qSortBy":{"qSortByState":0,"qSortByFrequency":0,"qSortByNumeric":0,"qSortByAscii":1,"qSortByLoadOrder":0,"qSortByExpression":0,"qExpression":{"qv":" "}}}],"qMode":"P","qIndentMode":true,"qInitialDataFetch":[{"qHeight":2,"qWidth":10}],"qSuppressZero":false,"qSuppressMissing":false,"qNoOfLeftDims":1,"qInterColumnSortOrder":[-1,0],"qStateName":"$"}}; qlik.createGenericObject(pvTable, function(reply){ console.log(reply); }); Thanks, Guru</description>
      <pubDate>Wed, 04 Dec 2019 16:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654210#M11948</guid>
      <dc:creator>VGP</dc:creator>
      <dc:date>2019-12-04T16:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Pivot-table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654223#M11949</link>
      <description>&lt;P&gt;Yes ErikWetterberg,&lt;/P&gt;&lt;P&gt;I have used qInitialDataFetch property and checked qPivotDataPages also. Below is sample JSON , which i am using to get pivot table data . I have logged error in console and error message i am getting as "Object not found". Please tell me whether I am missing any property in qHyperCubeDef.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var pvTable = {"qHyperCubeDef":{"qDimensions":[{"qLibraryId":null,"qDef":{"qFieldDefs":"complex expression"},"qLabel":"complex expression","qSortBy":{"qSortByState":0,"qSortByFrequency":0,"qSortByNumeric":0,"qSortByAscii":1,"qSortByLoadOrder":0,"qSortByExpression":0,"qExpression":{"qv":" "}}}],"qMeasures":[{"qLibraryId":null,"qDef":{"qDef":"complex expression"},"qLabel":"complex expression","qSortBy":{"qSortByState":0,"qSortByFrequency":0,"qSortByNumeric":0,"qSortByAscii":1,"qSortByLoadOrder":0,"qSortByExpression":0,"qExpression":{"qv":" "}}},{"qLibraryId":null,"qDef":{"qDef":"complex expression"},"qLabel":"complex expression","qSortBy":{"qSortByState":0,"qSortByFrequency":0,"qSortByNumeric":0,"qSortByAscii":1,"qSortByLoadOrder":0,"qSortByExpression":0,"qExpression":{"qv":" "}}}],"qMode":"P","qIndentMode":true,"qInitialDataFetch":[{"qHeight":2,"qWidth":10}],"qSuppressZero":false,"qSuppressMissing":false,"qNoOfLeftDims":1,"qInterColumnSortOrder":[-1,0],"qStateName":"$"}};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;qlik.createGenericObject(pvTable, function(reply){&lt;BR /&gt;console.log(reply);&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 16:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654223#M11949</guid>
      <dc:creator>VGP</dc:creator>
      <dc:date>2019-12-04T16:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Pivot-table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654238#M11950</link>
      <description>&lt;P&gt;I avoid using null in my json, try with '' instead.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 17:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Pivot-table/m-p/1654238#M11950</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-12-04T17:35:28Z</dc:date>
    </item>
  </channel>
</rss>

