<?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: More than 10 rows/dimensions in QlikSense extension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529352#M38076</link>
    <description>&lt;P&gt;Hi Plu,&lt;/P&gt;&lt;P&gt;still getting the same problem...&lt;/P&gt;&lt;P&gt;Qlik is getting only the last one :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"qDef" : "Count(Quantidade)"}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 09:30:32 GMT</pubDate>
    <dc:creator>LucasMendes</dc:creator>
    <dc:date>2019-01-11T09:30:32Z</dc:date>
    <item>
      <title>More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529149#M38051</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing a problem...I can't create more than one measure :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;return new Promise(function (resolve, reject) {&lt;BR /&gt;app.createCube({&lt;BR /&gt;"qDimensions": [{&lt;BR /&gt;"qDef": {&lt;BR /&gt;"qFieldDefs": [tmpDim],&lt;BR /&gt;"cId": tmpcId&lt;BR /&gt;}&lt;BR /&gt;}],&lt;BR /&gt;"qMeasures": [{&lt;BR /&gt;"qDef" : {"qDef" : "Sum(Quantidade)"},&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;"qDef" : {"qDef" : "Count(Quantidade)"}&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;}],&lt;BR /&gt;"qInitialDataFetch": [{&lt;BR /&gt;qHeight: h,&lt;BR /&gt;qWidth: w&lt;BR /&gt;}]&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlik Sense considers only the last one measure:&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;"qDef" : {"qDef" : "Count(Quantidade)"}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Why is this happenning?&lt;/P&gt;&lt;P&gt;To better clarify, I need to create an hypercube(only one) wich allows me to create dinamic measures and then send it to data object from my chart ( to another extension - AnyChart)...&lt;BR /&gt;Because my chart uses only one Hypercube...&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529149#M38051</guid>
      <dc:creator>LucasMendes</dc:creator>
      <dc:date>2024-11-16T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529331#M38071</link>
      <description>&lt;P&gt;Hi Lucas,&lt;/P&gt;
&lt;P&gt;I believe you got your curly brackets wrong on the measure.&lt;/P&gt;
&lt;P&gt;Try this&lt;/P&gt;
&lt;PRE&gt;"qMeasures": [
{"qDef" : {"qDef" : "Sum(Quantidade)"}},
{"qDef" : {"qDef" : "Count(Quantidade)"}}
],&lt;/PRE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Patrik.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529331#M38071</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2019-01-11T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529352#M38076</link>
      <description>&lt;P&gt;Hi Plu,&lt;/P&gt;&lt;P&gt;still getting the same problem...&lt;/P&gt;&lt;P&gt;Qlik is getting only the last one :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"qDef" : "Count(Quantidade)"}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1529352#M38076</guid>
      <dc:creator>LucasMendes</dc:creator>
      <dc:date>2019-01-11T09:30:32Z</dc:date>
    </item>
  </channel>
</rss>

