<?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: .Net SDK to extract Master Dimensions and Measures from Qliksense Application in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597481#M10884</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This may also help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Integration/Listing-master-items-using-NET-SDK/td-p/75668" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Integration/Listing-master-items-using-NET-SDK/td-p/75668&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2019 21:23:01 GMT</pubDate>
    <dc:creator>Prashant_Naik</dc:creator>
    <dc:date>2019-06-30T21:23:01Z</dc:date>
    <item>
      <title>.Net SDK to extract Master Dimensions and Measures from Qliksense Application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1595498#M10837</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have connected to a particular Qliksense application and now am able to extract sheets, properties of each object on sheet.&lt;/P&gt;&lt;P&gt;Can anyone help to extract the Master Dimension and Measures from the application.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1595498#M10837</guid>
      <dc:creator>sourabh808</dc:creator>
      <dc:date>2024-11-16T05:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK to extract Master Dimensions and Measures from Qliksense Application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597393#M10879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This might help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Integration/QlikSense-Net-SDK-Retrieve-chart-dimensions-and-measure/td-p/1419262" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Integration/QlikSense-Net-SDK-Retrieve-chart-dimensions-and-measure/td-p/1419262&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;create a Session object&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"method": "CreateSessionObject",&lt;BR /&gt;"handle": 1,&lt;BR /&gt;"params": [&lt;BR /&gt;{&lt;BR /&gt;"qInfo": {&lt;BR /&gt;"qType": "MeasureList"&lt;BR /&gt;},&lt;BR /&gt;"qMeasureListDef": {&lt;BR /&gt;"qType": "measure",&lt;BR /&gt;"qData": {&lt;BR /&gt;"title": "/title",&lt;BR /&gt;"tags": "/tags"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outKey": -1,&lt;BR /&gt;"id": 5&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Same for Dimension too with following updates&lt;/P&gt;&lt;P&gt;"qInfo": {&lt;BR /&gt;"qType": "DimensionList"&lt;BR /&gt;},&lt;BR /&gt;"qDimensionListDef": {&lt;BR /&gt;"qType": "dimension",&lt;/P&gt;&lt;P&gt;and call for getlayout() function&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"method": "GetLayout",&lt;BR /&gt;"handle": 2,&lt;BR /&gt;"params": [],&lt;BR /&gt;"outKey": -1,&lt;BR /&gt;"id": 4&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;you will get the list of measures and dimensions&lt;/P&gt;&lt;P&gt;Tip : Qlik Dev-hub will help you with the same steps i suggested you&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it will helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 17:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597393#M10879</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-06-29T17:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK to extract Master Dimensions and Measures from Qliksense Application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597471#M10882</link>
      <description>&lt;P&gt;An example of how to list master measures can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage/blob/master/HypercubeUsage/Program.cs#L109" target="_blank"&gt;https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage/blob/master/HypercubeUsage/Program.cs#L109&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Similar process for master dimensions...&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 17:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597471#M10882</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-06-30T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK to extract Master Dimensions and Measures from Qliksense Application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597481#M10884</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This may also help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Integration/Listing-master-items-using-NET-SDK/td-p/75668" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Integration/Listing-master-items-using-NET-SDK/td-p/75668&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 21:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1597481#M10884</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-06-30T21:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK to extract Master Dimensions and Measures from Qliksense Application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1599297#M10917</link>
      <description>&lt;P&gt;Thank you for your responses.&lt;/P&gt;&lt;P&gt;I was able to extract the master items, but i am now stuck how do we get the expressions for the particular master dimension/ measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 07:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1599297#M10917</guid>
      <dc:creator>sourabh808</dc:creator>
      <dc:date>2019-07-05T07:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK to extract Master Dimensions and Measures from Qliksense Application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1606866#M11042</link>
      <description>&lt;P&gt;Once you have opened the master dimension/measure, then you can access the definition through it's properties. Something like this:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;var masterMeasure = app.GetGenericMeasure(&amp;lt;the id of the master measure&amp;gt;);
var measure = masterMeasure.Properties.Measure;
Console.WriteLine(measure.Def);&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 29 Jul 2019 08:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-to-extract-Master-Dimensions-and-Measures-from-Qliksense/m-p/1606866#M11042</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-07-29T08:03:57Z</dc:date>
    </item>
  </channel>
</rss>

