<?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 creating a control qvw file for power users. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335984#M494892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Tanel for this precious information! That was the last component of my architecture! Now let's do it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 14:13:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-05T14:13:07Z</dc:date>
    <item>
      <title>creating a control qvw file for power users.</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335982#M494890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a &amp;amp;quot;control&amp;amp;quot; qvw file published on accesspoint and having 3 butons to execute the following tasks:&lt;/P&gt;&lt;P&gt;-Open an external web form (this aspx web form will modify some data in my SQL server database)&lt;/P&gt;&lt;P&gt;-Execute a stored procedure to rebuild the source tables that will loaded in qvw files&lt;/P&gt;&lt;P&gt;-Reload the qvw files concerned by these tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, we are using QVS10 without publisher. &lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;This &amp;amp;quot;control&amp;amp;quot; file&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is accessible by the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;power users&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;identified as such&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;DMS&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;authorisation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you see any limitation or obstacle to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 12:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335982#M494890</guid>
      <dc:creator />
      <dc:date>2012-03-05T12:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: creating a control qvw file for power users.</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335983#M494891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume it is MS sql server 2008/2005.&lt;/P&gt;&lt;P&gt;It is possible to execute sql server &lt;STRONG&gt;job&lt;/STRONG&gt; externally.&lt;/P&gt;&lt;P&gt;The job would execute the stored procedures and finally reload qvw-s (via batch command).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limitations:&lt;/P&gt;&lt;P&gt;To start a job at a remote SQL server, the user's machine need to have SQLCMD installed.&lt;/P&gt;&lt;P&gt;SQLCMD is already installed if there is SQL server (2008/2005).&lt;/P&gt;&lt;P&gt;If SQL server is not installed, you need following components&lt;/P&gt;&lt;P&gt;- Microsoft® SQL Server® 2008 R2 Native Client&lt;/P&gt;&lt;P&gt;- Microsoft® SQL Server® 2008 R2 Command Line Utilities&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Download (for win server 2008):&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.microsoft.com/download/en/details.aspx?id=16978"&gt;http://www.microsoft.com/download/en/details.aspx?id=16978&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example command of starting a job "QVTables" on server "sqlsrv1":&lt;/P&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;"C:\Program Files\Microsoft SQL Server\100\Tools\Binn\SQLCMD.EXE" -S "sqlsrv1" -Q "execute msdb.dbo.sp_start_job @job_name = 'QVTables' "&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you could simply assign that command to QV button with "launch" action.&lt;/P&gt;&lt;P&gt;The drawback is that there is no feedback about the progress, success or failure of the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 13:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335983#M494891</guid>
      <dc:creator>tanelry</dc:creator>
      <dc:date>2012-03-05T13:52:59Z</dc:date>
    </item>
    <item>
      <title>creating a control qvw file for power users.</title>
      <link>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335984#M494892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Tanel for this precious information! That was the last component of my architecture! Now let's do it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 14:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-a-control-qvw-file-for-power-users/m-p/335984#M494892</guid>
      <dc:creator />
      <dc:date>2012-03-05T14:13:07Z</dc:date>
    </item>
  </channel>
</rss>

