<?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 How to force a document to save it automatically in &amp;quot;User Mode&amp;quot; ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289386#M107490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys!! I'm trying to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a document that only has to be modifield by admin users. But I also need the document to be saved from all kind of users (admin or user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is forcing an autosave the ddocument in the "onpostreload" event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm admin user it works fine, but if I'm an user with "user privileges" I cannot do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is : &lt;STRONG&gt;The document it only can be saved after a reload. It doesn't matter if&amp;nbsp; you are and admin or user. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 12:56:15 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2011-09-26T12:56:15Z</dc:date>
    <item>
      <title>How to force a document to save it automatically in "User Mode" ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289386#M107490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys!! I'm trying to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a document that only has to be modifield by admin users. But I also need the document to be saved from all kind of users (admin or user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is forcing an autosave the ddocument in the "onpostreload" event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm admin user it works fine, but if I'm an user with "user privileges" I cannot do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is : &lt;STRONG&gt;The document it only can be saved after a reload. It doesn't matter if&amp;nbsp; you are and admin or user. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 12:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289386#M107490</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2011-09-26T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a document to save it automatically in "User Mode" ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289387#M107491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you tried with a macro? But maybe it works with user privileges..&lt;/P&gt;&lt;P&gt;Also in document settings, under security -&amp;gt;"Macro Overrides Security"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 13:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289387#M107491</guid>
      <dc:creator />
      <dc:date>2011-09-26T13:28:48Z</dc:date>
    </item>
    <item>
      <title>How to force a document to save it automatically in "User Mode" ??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289388#M107492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact yes. I have a macro which does an autosave --&amp;gt; activedocument.save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I overwrited all the security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I've tried to use the saveapp macro function, but is only read-mode, which means, it only can be checked if you can save a document or not. You cannot modified that check. I can't wonder why they only do read-only functions with this stuff. But this is how it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 13:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-a-document-to-save-it-automatically-in-quot-User/m-p/289388#M107492</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2011-09-26T13:49:36Z</dc:date>
    </item>
  </channel>
</rss>

