<?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 Re: Getting table data in mashup. in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297187#M7212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt; for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create hypercube and pull the data using createcube method. But above table has the mapping (dimension name and label name) for straight table dimensions that needed for creating hypercube. How do I set the dimension label (Column label) to the defined in the above table dynamically.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example :-&lt;/P&gt;&lt;P&gt;"CustLevel1" column should have "Company" as the column header. This mapping may vary for another app, so looking for generic solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14941728718465538" jivemacro_uid="_14941728718465538" modifiedtitle="true"&gt;
&lt;P&gt;app.createCube({&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qInitialDataFetch": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qHeight": 20,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qWidth": 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qDimensions": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qDef": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qFieldDefs": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "CustLevel1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qNullSuppression": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherTotalSpec": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherMode": "OTHER_OFF",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressOther": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherSortMode": "OTHER_SORT_DESCENDING",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherCounted": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qv": "5"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherLimitMode": "OTHER_GE_LIMIT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qDef": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qFieldDefs": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "CustLevel2"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qNullSuppression": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherTotalSpec": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherMode": "OTHER_OFF",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressOther": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherSortMode": "OTHER_SORT_DESCENDING",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherCounted": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qv": "5"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherLimitMode": "OTHER_GE_LIMIT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qMeasures": [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressZero": false,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressMissing": false,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qMode": "S",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qInterColumnSortOrder": [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qStateName": "$"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },CubeCreatedCallback);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 May 2017 16:04:13 GMT</pubDate>
    <dc:creator>s29124141</dc:creator>
    <dc:date>2017-05-07T16:04:13Z</dc:date>
    <item>
      <title>Getting table data in mashup.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297185#M7210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I need help in getting the Qlik Sense table data into javascript object via capability API or any other API. Below is the table that present in data model viewer. I need to fetch this table into my javascript object. &lt;SPAN style="font-size: 13.3333px;"&gt;Can someone direct me in the right path? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="customer.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162426_customer.PNG" style="height: 306px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 May 2017 15:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297185#M7210</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2017-05-07T15:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table data in mashup.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297186#M7211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create HyperCube of your data.&amp;nbsp; Here is the relevant section of the online help, &lt;A href="https://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/HyperCube.htm" title="https://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/HyperCube.htm"&gt;https://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/HyperCube.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 May 2017 15:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297186#M7211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-07T15:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting table data in mashup.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297187#M7212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt; for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create hypercube and pull the data using createcube method. But above table has the mapping (dimension name and label name) for straight table dimensions that needed for creating hypercube. How do I set the dimension label (Column label) to the defined in the above table dynamically.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example :-&lt;/P&gt;&lt;P&gt;"CustLevel1" column should have "Company" as the column header. This mapping may vary for another app, so looking for generic solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14941728718465538" jivemacro_uid="_14941728718465538" modifiedtitle="true"&gt;
&lt;P&gt;app.createCube({&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qInitialDataFetch": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qHeight": 20,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qWidth": 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qDimensions": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qDef": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qFieldDefs": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "CustLevel1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qNullSuppression": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherTotalSpec": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherMode": "OTHER_OFF",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressOther": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherSortMode": "OTHER_SORT_DESCENDING",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherCounted": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qv": "5"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherLimitMode": "OTHER_GE_LIMIT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qDef": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qFieldDefs": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "CustLevel2"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qNullSuppression": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherTotalSpec": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherMode": "OTHER_OFF",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressOther": true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherSortMode": "OTHER_SORT_DESCENDING",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherCounted": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qv": "5"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qOtherLimitMode": "OTHER_GE_LIMIT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qMeasures": [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressZero": false,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qSuppressMissing": false,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qMode": "S",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qInterColumnSortOrder": [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qStateName": "$"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },CubeCreatedCallback);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 May 2017 16:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-table-data-in-mashup/m-p/1297187#M7212</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2017-05-07T16:04:13Z</dc:date>
    </item>
  </channel>
</rss>

