<?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: downloading exported data in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1745624#M13260</link>
    <description>&lt;PRE&gt;&lt;SPAN&gt;Since I have Excel 2016 ....just use xlsx extension !!!&lt;BR /&gt;I works !!!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 13:21:42 GMT</pubDate>
    <dc:creator>YuroB</dc:creator>
    <dc:date>2020-09-21T13:21:42Z</dc:date>
    <item>
      <title>.NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/40320#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the .NET SDK to connect to QlikSense server using certificate authentication, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15238733178632153 jive_text_macro" jivemacro_uid="_15238733178632153"&gt;
&lt;P&gt;//Connect to QlikSense server&amp;nbsp; &lt;/P&gt;
&lt;P&gt;senseServerLocation.AsDirectConnection(&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "myuserdir", //User directory&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "administrator", //UserID (this user is RootAdmin)&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; false,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; false,&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x509collection //Certificate&amp;nbsp; &lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all goes correctly, and I can manipulate apps and objects. However, later, I'm trying to export data from an object, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15238733111349022" jivemacro_uid="_15238733111349022"&gt;
&lt;P&gt;var exportResult = table.ExportData(NxExportFileType.EXPORT_OOXML, @"/qHyperCubeDef", "out.xlsx", NxExportState.EXPORT_ALL);&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;var downloadUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://mysenseserver/" rel="nofollow" target="_blank"&gt;https://mysenseserver/&lt;/A&gt;&lt;SPAN&gt;" + exportRes.Url.ToString();&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I download the url using WebClient (or similar class) it just returns the QlikSense login page, since I'm not authenticated. But since I'm using certificate to authenticate, I don't have username/pass to authenticate properly. How do I download the exported file in this case??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 10:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/40320#M615</guid>
      <dc:creator>master_t</dc:creator>
      <dc:date>2018-04-16T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/40321#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this will work, but I have this rather experimental project for connecting to the QRS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk" title="https://github.com/kolsrud/qlik_rest_sdk"&gt;https://github.com/kolsrud/qlik_rest_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can configure a connection using an "AsDirectConnection" approach similar to the one used for the SDK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/RestClient.cs#L38" title="https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/RestClient.cs#L38"&gt;https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/RestClient.cs#L38&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never tried if it works when you just want to download that URL, but if you're lucky, then it might at least give you some clues as to how it can be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/40321#M616</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-04-17T07:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743816#M13230</link>
      <description>&lt;P&gt;Hi to all !!&lt;/P&gt;&lt;P&gt;After 2 years I have the same issue.&lt;/P&gt;&lt;P&gt;Connected with QlikSense using&amp;nbsp;AsNtlmUserViaProxy method ....I can manage hypercubes data with no problem.&lt;/P&gt;&lt;P&gt;But ...when I try to export data from a GenericObject (a sheet's table) using WebClient (with certificate generated with QMC)&amp;nbsp; "it just returns the QlikSense login page" as master_t said.&lt;/P&gt;&lt;P&gt;Any help ...please&amp;nbsp; ?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 06:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743816#M13230</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-15T06:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743820#M13231</link>
      <description>&lt;P&gt;master_t exports using the engine SDK. And then he downloads the export using the Rest SDK&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;provided.&lt;/P&gt;&lt;P&gt;You can use the same form of authentication for both. So In your case you kan use Ntlm authentication method with the Rest, you don't need to use the certificate.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 06:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743820#M13231</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2020-09-15T06:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743835#M13232</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;So...are you talking about the&amp;nbsp;Qlik.Sense.RestClient ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 07:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743835#M13232</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-15T07:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743880#M13233</link>
      <description>&lt;P&gt;This is the test I made:&lt;/P&gt;&lt;P&gt;Dim Nc As New Net.NetworkCredential(&amp;lt;user&amp;gt;, &amp;lt;password&amp;gt;, &amp;lt;domain&amp;gt;)&lt;BR /&gt;Dim Rc As New RestClient(&amp;lt;server url&amp;gt;)&lt;BR /&gt;Rc.AsNtlmUserViaProxy(Nc, False)&lt;/P&gt;&lt;P&gt;If Rc.Authenticate Then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Txb.Text = Rc.Get("/qrs/about")&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Rc = Nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;....then Txb (is a textbox) text property contais the html source of the image GetError.&lt;/P&gt;&lt;P&gt;Why ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 09:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743880#M13233</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-15T09:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743971#M13235</link>
      <description>&lt;P&gt;Sorry guys .....I forget to add the virtual proxy.&lt;/P&gt;&lt;P&gt;Instead of&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dim Rc As New RestClient(&amp;lt;server url&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have to use&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dim Rc As New RestClient(&amp;lt;server url&amp;gt;/&amp;lt;virtual proxy name&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now&amp;nbsp;Rc.Get("/qrs/about") returns the right infos !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I have the ExportDataResult of ExportData method ...and I suppose that I have to run a RestClient Get method: what's the parameters to use to dowload exported data into a file ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you again !!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 13:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743971#M13235</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-15T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743977#M13236</link>
      <description>&lt;P&gt;The latest version of the RestClient contains a method called "GetBytes" for downloading binary data. So try something like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var result = obj.ExportData(NxExportFileType.EXPORT_OOXML);
var data = client.GetBytes(result.Url); 
File.WriteAllBytes("myfile.xlsx", data);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 13:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743977#M13236</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-09-15T13:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743995#M13238</link>
      <description>&lt;P&gt;That's the reason why ....I don't have the latest one !!!&lt;/P&gt;&lt;P&gt;I downloaded some days ago the 1.2 release (for .Net)...it's not the latest one ...I suppose.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743995#M13238</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-15T14:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743997#M13239</link>
      <description>&lt;P&gt;No, I uploaded that one earlier today &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Fresh off the press!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1743997#M13239</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-09-15T14:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1744027#M13240</link>
      <description>&lt;P&gt;Upgrade to 1.3 and....now the file is inside my folder !!!&lt;/P&gt;&lt;P&gt;Great.&lt;/P&gt;&lt;P&gt;Now I have to work with filters ...&lt;/P&gt;&lt;P&gt;Thank you Yko !!!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 15:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1744027#M13240</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-15T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1745589#M13258</link>
      <description>&lt;P&gt;'still here &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &amp;nbsp;!!!&lt;/P&gt;&lt;P&gt;Opening (with Ms Excel) the file generated by:&lt;/P&gt;&lt;P&gt;Edr = Go.ExportData(NxExportFileType.EXPORT_OOXML, "/qHyperCubeDef")&lt;BR /&gt;Data = Rc.GetBytes(Edr.Url)&lt;BR /&gt;File.WriteAllBytes("c:\temp\myfile.xls", Data)&lt;/P&gt;&lt;P&gt;it returns an " ...format and extension don't match ..." alert.&lt;/P&gt;&lt;P&gt;If I reply Yes Excel opens file with all data inside.&lt;/P&gt;&lt;P&gt;Is there a workaround ?&lt;/P&gt;&lt;P&gt;Thank you !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 12:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1745589#M13258</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-21T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1745624#M13260</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;Since I have Excel 2016 ....just use xlsx extension !!!&lt;BR /&gt;I works !!!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/1745624#M13260</guid>
      <dc:creator>YuroB</dc:creator>
      <dc:date>2020-09-21T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/2484673#M21344</link>
      <description>&lt;P&gt;Any insight into how can I export current selections while exporting a dataset (like tables)? We are using capability API. But was wondering if I can accomplish the goal with other APIs if not possible with capability. Thank you.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;app.visualization.&lt;/SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;SPAN&gt;(attrs.id).then(&lt;/SPAN&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(vis)&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;vis.exportData().then(&lt;/SPAN&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(link)&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;console.log(&lt;/SPAN&gt;&lt;SPAN&gt;"Excel&amp;nbsp;Download&amp;nbsp;link"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;link);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;window.open(link);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;title&amp;nbsp;=&amp;nbsp;modal.layout.qMeta.title;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(&lt;/SPAN&gt;&lt;SPAN&gt;"#download_file"&lt;/SPAN&gt;&lt;SPAN&gt;).attr(&lt;/SPAN&gt;&lt;SPAN&gt;"href"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;link);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(&lt;/SPAN&gt;&lt;SPAN&gt;"#download_file"&lt;/SPAN&gt;&lt;SPAN&gt;).show();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;The output should be like:&lt;BR /&gt;&lt;BR /&gt;Field : Dim1 Selected values: a, c&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{dataset}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Oct 2024 14:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/2484673#M21344</guid>
      <dc:creator>ar5</dc:creator>
      <dc:date>2024-10-01T14:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK: downloading exported data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/2484691#M21345</link>
      <description>&lt;P&gt;I think you will have a better chance of getting a good answer to this question if you post it in a new thread.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 14:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-downloading-exported-data/m-p/2484691#M21345</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2024-10-01T14:53:39Z</dc:date>
    </item>
  </channel>
</rss>

