<?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 HyperCube with Master Items (Dimensions, Measures) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1596755#M10870</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I created a hyperCube using the mashup editor.&lt;/P&gt;&lt;P&gt;When I try to use a measure name from the application, I get no results.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;qMeasures: [{
            qDef: {
                qDef: "# of Objects",
                qLabel: "# of Objects"
            }
        }]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"# of Objects" is a measure in my application which contains the following expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;count( ObjectID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I change the qDef property to be "count( ObjectID)", then I get the expected results.&lt;/P&gt;&lt;P&gt;Is there a way/method to use the master items names from the application and not the fields names?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eli.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:27:11 GMT</pubDate>
    <dc:creator>EliGohar</dc:creator>
    <dc:date>2024-11-16T05:27:11Z</dc:date>
    <item>
      <title>HyperCube with Master Items (Dimensions, Measures)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1596755#M10870</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I created a hyperCube using the mashup editor.&lt;/P&gt;&lt;P&gt;When I try to use a measure name from the application, I get no results.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;qMeasures: [{
            qDef: {
                qDef: "# of Objects",
                qLabel: "# of Objects"
            }
        }]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"# of Objects" is a measure in my application which contains the following expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;count( ObjectID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I change the qDef property to be "count( ObjectID)", then I get the expected results.&lt;/P&gt;&lt;P&gt;Is there a way/method to use the master items names from the application and not the fields names?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eli.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1596755#M10870</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2024-11-16T05:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: HyperCube with Master Items (Dimensions, Measures)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615328#M11158</link>
      <description>&lt;P&gt;Hi Eligohar,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find any solution to use master measures in the hypercube to build the charts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 11:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615328#M11158</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2019-08-22T11:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: HyperCube with Master Items (Dimensions, Measures)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615332#M11159</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33204"&gt;@abhijith28&lt;/a&gt;&amp;nbsp; Unfortunately no solution since I've opened this post.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 11:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615332#M11159</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2019-08-22T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: HyperCube with Master Items (Dimensions, Measures)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615343#M11160</link>
      <description>&lt;P&gt;Even i am finding the solution. i guess this can be achieved by passing the Master measure id's into the hypercube&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 12:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615343#M11160</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2019-08-22T12:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: HyperCube with Master Items (Dimensions, Measures)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615748#M11162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the attachment. I guess you can create using this script.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 06:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615748#M11162</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2019-08-23T06:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: HyperCube with Master Items (Dimensions, Measures)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615749#M11163</link>
      <description>&lt;P&gt;You mean you want to use a master measure in your hypercube? In that case you should write like this:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;qMeasures: [{ qLibraryId: "&amp;lt;object ID&amp;gt;"}]&lt;/LI-CODE&gt;
&lt;P&gt;The page below provides more information, but the important thing here is the note that states "Either &lt;STRONG&gt;qDef&lt;/STRONG&gt; or &lt;STRONG&gt;qLibraryId&lt;/STRONG&gt; must be set, but not both."&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/definitions-NxMeasure.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/definitions-NxMeasure.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 06:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/HyperCube-with-Master-Items-Dimensions-Measures/m-p/1615749#M11163</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-08-23T06:34:32Z</dc:date>
    </item>
  </channel>
</rss>

