<?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: How to control access right for send to excel. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936106#M323166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the qmc by Documents --&amp;gt; User Documents is an option available to personalize the excel export + print:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107941_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 08:36:22 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-12-03T08:36:22Z</dc:date>
    <item>
      <title>How to control access right for send to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936104#M323164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, we have a requirement as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to control that some one can use send to excel function, some one cannot use this function based on different domain user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to reach this requirement? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 10:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936104#M323164</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2015-12-02T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to control access right for send to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936105#M323165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such feature in qlikview yet to do that.&lt;/P&gt;&lt;P&gt;But, you can create a button with a macro to export to excel and show for some users or hide for some users by using the OSUser() function. In this way the &lt;BR /&gt;button will be visible for some user and invisble for the rest.&lt;BR /&gt;You can create the macro to export to excel and set as action in this button.&lt;/P&gt;&lt;P&gt;Example macro below: not sure whether it will work in Ajax or not.&lt;/P&gt;&lt;P&gt;Sub exportToExcel()&lt;BR /&gt;Set obj = ActiveDocument.GetSheetObject("TB01")&lt;BR /&gt;obj.ExportBiff "C:\Test.xlsx"&lt;BR /&gt;Set obj = nothing&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Siva sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 02:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936105#M323165</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-12-03T02:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to control access right for send to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936106#M323166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the qmc by Documents --&amp;gt; User Documents is an option available to personalize the excel export + print:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107941_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 08:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936106#M323166</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-03T08:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to control access right for send to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936107#M323167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a follow up to Marcus approach, if the app is not large, you could even distribute two identical versions of the app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. For user Group A - allow export.&lt;/P&gt;&lt;P&gt;2. For user Group B - disallow export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sounds like it could resolve your use case without much customization efforts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 08:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936107#M323167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-03T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to control access right for send to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936108#M323168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we use above approach to reach the requirement. Thank you for your attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-access-right-for-send-to-excel/m-p/936108#M323168</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2016-02-01T15:24:45Z</dc:date>
    </item>
  </channel>
</rss>

