<?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: Exoprt to excel by authorized users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821415#M289551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hagit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use this macro first:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sub ExportExcel1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFile = ActiveDocument.Variables("vInput1").GetContent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'XLDoc.SaveAs "c:\Qlikview\Claro"&amp;amp; vFile &amp;amp;".xls"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("Your_object ID")&lt;/P&gt;&lt;P&gt;obj.ExportEx "\Path where you want to export this file"&amp;amp; vFile &amp;amp;".xls",5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExcelExport(objID)&lt;/P&gt;&lt;P&gt;&amp;nbsp; set obj = ActiveDocument.GetSheetObject( objID )&lt;/P&gt;&lt;P&gt;&amp;nbsp; w = obj.GetColumnCount&lt;/P&gt;&lt;P&gt;&amp;nbsp; if obj.GetRowCount&amp;gt;1001 then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; h=1000&lt;/P&gt;&lt;P&gt;&amp;nbsp; else h=obj.GetRowCount&lt;/P&gt;&lt;P&gt;&amp;nbsp; end if&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set objExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;&amp;nbsp; objExcel.Workbooks.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a button --&amp;gt;assign action with this macro name and go to the button properties under condition --&amp;gt;&amp;gt;assign the name of OS user ,whom you want to give access for export.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG __jive_id="71150" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71150_pastedImage_5.png" style="width: 620px; height: 526px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 09:15:03 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-11-13T09:15:03Z</dc:date>
    <item>
      <title>Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821408#M289544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not familiar with macros at all! (unfortunatlly, not even the basics..) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a button that will export a table to excel. The table is stored in a container (if it is possible to the macro to recognaize which table is activated and should be exported, else the table will stand alone).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the export, I need the excel to be saved in a specific folder (NOT just opend).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And last, I want that only &lt;STRONG&gt;authorized users&lt;/STRONG&gt; will be able to activate the button, OR that only &lt;STRONG&gt;authorized users&lt;/STRONG&gt; will be able to export ALL fileds, and others will be able to export just specific fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a QV where I tried to export a table wuth a macro (button) but somehow I couldn't make it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is welcomed!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821408#M289544</guid>
      <dc:creator />
      <dc:date>2014-11-12T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821409#M289545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sub ExportQcRegToExcel(&lt;SPAN style="font-size: 13.63636302948px;"&gt;QcRegressionExcelFilePath)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'check if the excel file already exists or not&lt;/P&gt;&lt;P&gt;'if not exists then create a new one otherwise edit the existing one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Starts Excel&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;' Makes it run in background&lt;/P&gt;&lt;P&gt;XLApp.Visible = false&lt;/P&gt;&lt;P&gt;XLApp.DisplayAlerts = false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set fso = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (fso.FileExists(QcRegressionExcelFilePath)) Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set XLDoc = XLApp.Workbooks.Open (QcRegressionExcelFilePath)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set XLDoc = XLApp.Workbooks.Add()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Save the excel-file with the dynamic path and filename&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLDoc.SaveAs QcRegressionExcelFilePath&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLDoc.Sheets.Clear()&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLDoc.Sheets.Add()&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLDoc.Sheets(1).Name = "sheet_name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.GetSheetObject("your_chart_id").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLDoc.Sheets("DevGroup").Paste()&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLDoc.Sheets("DevGroup").Rows("1:3000").EntireRow.AutoFit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Save the excel-file with the dynamic path and filename&lt;/P&gt;&lt;P&gt;XLDoc.SaveAs QcRegressionExcelFilePath&lt;/P&gt;&lt;P&gt;' Exits the current running Excel&lt;/P&gt;&lt;P&gt;XLApp.Quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821409#M289545</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-12T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821410#M289546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali and Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned before, I have no prior knowledge in macros... and I couldn't make it work with the script u sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you pls try to upload an example? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821410#M289546</guid>
      <dc:creator />
      <dc:date>2014-11-13T07:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821411#M289547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can create one button(Action Export to excel)-&amp;gt;in layout we can give condition as OSUSER(NTNAME_1,NTNAME_2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that only give users can see button in dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821411#M289547</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-13T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821412#M289548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check attached file&lt;/P&gt;&lt;P&gt;go to sheet 3 and click on the blue button&lt;/P&gt;&lt;P&gt;it exports the pivot table to an excel file near your qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821412#M289548</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-13T07:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821413#M289549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why, but when I click the button it opens the window "edit module" instead of exporting to excel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821413#M289549</guid>
      <dc:creator />
      <dc:date>2014-11-13T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821414#M289550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have write privilege to write the excel in the folder where your qvw exists?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821414#M289550</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-13T09:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821415#M289551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hagit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use this macro first:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sub ExportExcel1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFile = ActiveDocument.Variables("vInput1").GetContent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'XLDoc.SaveAs "c:\Qlikview\Claro"&amp;amp; vFile &amp;amp;".xls"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("Your_object ID")&lt;/P&gt;&lt;P&gt;obj.ExportEx "\Path where you want to export this file"&amp;amp; vFile &amp;amp;".xls",5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExcelExport(objID)&lt;/P&gt;&lt;P&gt;&amp;nbsp; set obj = ActiveDocument.GetSheetObject( objID )&lt;/P&gt;&lt;P&gt;&amp;nbsp; w = obj.GetColumnCount&lt;/P&gt;&lt;P&gt;&amp;nbsp; if obj.GetRowCount&amp;gt;1001 then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; h=1000&lt;/P&gt;&lt;P&gt;&amp;nbsp; else h=obj.GetRowCount&lt;/P&gt;&lt;P&gt;&amp;nbsp; end if&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set objExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;&amp;nbsp; objExcel.Workbooks.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a button --&amp;gt;assign action with this macro name and go to the button properties under condition --&amp;gt;&amp;gt;assign the name of OS user ,whom you want to give access for export.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG __jive_id="71150" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71150_pastedImage_5.png" style="width: 620px; height: 526px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821415#M289551</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-11-13T09:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821416#M289552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="prob.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/71153_prob.jpg" style="width: 620px; height: 301px;" /&gt;&lt;BR /&gt;I'm an administrator, So shoul'd have promission.&lt;/P&gt;&lt;P&gt;see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821416#M289552</guid>
      <dc:creator />
      <dc:date>2014-11-13T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821417#M289553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read the error message&lt;/P&gt;&lt;P&gt;is Microsoft office installed on the machine you are working on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 11:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821417#M289553</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-13T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821418#M289554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's working! I had to changed the security properties.. Thank you so much!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a question about the visability of the button.&lt;/P&gt;&lt;P&gt;Any chance you can help also with that issue? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821418#M289554</guid>
      <dc:creator />
      <dc:date>2014-11-13T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821419#M289555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes of course&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 13:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821419#M289555</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-13T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821420#M289556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the button (that activatets the macro) to be clickable/visible only for some users.&lt;/P&gt;&lt;P&gt;I don't want to use the expression Osuser(), I want to use premission from an existing&amp;nbsp; Active Directory group.&lt;/P&gt;&lt;P&gt;Any chance you know how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 08:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821420#M289556</guid>
      <dc:creator />
      <dc:date>2014-11-16T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821421#M289557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, But I need the button (that activatetsthe macro) to be clickable/visable only for some users.&lt;/P&gt;&lt;P&gt;I don't want to use the expression Osuser(), I want to use the premmision from an existing&amp;nbsp; Active Directory group.&lt;/P&gt;&lt;P&gt;Any chance you know how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 08:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821421#M289557</guid>
      <dc:creator />
      <dc:date>2014-11-16T08:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821422#M289558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to add Section Access to your document&lt;/P&gt;&lt;P&gt;then have an excel sheet for example in which you specify the NTNAME and a Flag (1 or 0) 1 means the button is visible and 0 means the button is not visible and this is controlled in the Layout Tab of the button (conditional visibility)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821422#M289558</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-17T07:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821423#M289559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I think I wasn't that clear.&lt;/P&gt;&lt;P&gt;I'm looking to add to the macro a script that will check if a user is in a specific Active Directory Group - If so, the macro will continue and the user will be able to export the object to excel (with the script you sent me). If not - the user won't be able to export (If we can through an error message to the user it will be great).&lt;/P&gt;&lt;P&gt;I'm trying to do that instead of making the button invisible for a non authorized users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821423#M289559</guid>
      <dc:creator />
      <dc:date>2014-11-17T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821424#M289560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can get the group to which each user belongs to and add a flag of 1 or 0 next to each group and depending on whether the flag is 1 or zero that macro is executed or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821424#M289560</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-17T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exoprt to excel by authorized users</title>
      <link>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821425#M289561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hagit,&lt;/P&gt;&lt;P&gt;I'm having the same issue when I click the button to export to Excel&amp;nbsp; it opens the window "edit module" instead of exporting to excel.&amp;nbsp; Which security setting did you change to get this to work?&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 20:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exoprt-to-excel-by-authorized-users/m-p/821425#M289561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T20:06:04Z</dc:date>
    </item>
  </channel>
</rss>

