<?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 app.save() in published qvf in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007518#M14883</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;i have a mashup that need to set a variable in a published qvf.&lt;/P&gt;&lt;P&gt;so i set the string content of the variable and then i save the app, but &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the engine throws me an error saying that it is Forbidden.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the mashup is opened by the owner of the qvf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; what i'm getting wrong ? &lt;/SPAN&gt;it is possible to save published app ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Loris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2015 14:41:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-30T14:41:17Z</dc:date>
    <item>
      <title>how to app.save() in published qvf</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007518#M14883</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;i have a mashup that need to set a variable in a published qvf.&lt;/P&gt;&lt;P&gt;so i set the string content of the variable and then i save the app, but &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the engine throws me an error saying that it is Forbidden.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the mashup is opened by the owner of the qvf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; what i'm getting wrong ? &lt;/SPAN&gt;it is possible to save published app ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Loris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 14:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007518#M14883</guid>
      <dc:creator />
      <dc:date>2015-11-30T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to app.save() in published qvf</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007519#M14884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a user changes a variable then its new content is stored as part of the users setting in that app. Which means that the variable your changing is not globally changed. That how QlikView used to work. Variables in Sense are not editable when published.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would guess that in a later release, the ability to change variable for end users will appear. But right now published apps don't have access to variables, in the same way as "my work" apps have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also sounds right to me that you cannot change or save an app that is published. The save method implies that a change in layout or datamodel has occured. These changes cannot be done for published apps, only "my work".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you could do is, duplicate the app, make the change, and published it again. This offcourse requires the user to have permissions to do &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;this. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Otherwise, you could set the variable in the script, based on a external file, which you can update from the mashup and then reload it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 11:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007519#M14884</guid>
      <dc:creator>tseebach</dc:creator>
      <dc:date>2015-12-10T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to app.save() in published qvf</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007520#M14885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Torben&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it can be a way to go!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Loris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 11:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007520#M14885</guid>
      <dc:creator />
      <dc:date>2016-01-15T11:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to app.save() in published qvf</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007521#M14886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default security rules will prevent you from saving a published app. However you can change those rules but it's at your own risk since if two people save the app at the same time we have no way of determining when changes override each other. For example, user A is working on a chart. User B then calls app.save(), user A looses his chart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 13:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007521#M14886</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-01-15T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to app.save() in published qvf</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007522#M14887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify the rule is a bit risky as you stated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want to do is to copy, save and replace the app.&lt;/P&gt;&lt;P&gt;in this way i can save the new content of the variable and preserve the personal copies of app objs.&lt;/P&gt;&lt;P&gt;isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 14:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-app-save-in-published-qvf/m-p/1007522#M14887</guid>
      <dc:creator />
      <dc:date>2016-01-15T14:41:00Z</dc:date>
    </item>
  </channel>
</rss>

