<?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 Section Access - Unlock Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717417#M257857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my application there are one field locked, that were ok until I implement the Section Access, now, after de reduction, this field is unlocked. &lt;/P&gt;&lt;P&gt;I can't use OnOpen trigger to lock this field again, because most part of users access this app by Ajax.&lt;/P&gt;&lt;P&gt;One means to do that, is create an "welcome sheet", but wouldn't like do that. Are there another way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 14:12:09 GMT</pubDate>
    <dc:creator>fsimoes81</dc:creator>
    <dc:date>2014-08-05T14:12:09Z</dc:date>
    <item>
      <title>Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717417#M257857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my application there are one field locked, that were ok until I implement the Section Access, now, after de reduction, this field is unlocked. &lt;/P&gt;&lt;P&gt;I can't use OnOpen trigger to lock this field again, because most part of users access this app by Ajax.&lt;/P&gt;&lt;P&gt;One means to do that, is create an "welcome sheet", but wouldn't like do that. Are there another way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717417#M257857</guid>
      <dc:creator>fsimoes81</dc:creator>
      <dc:date>2014-08-05T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717418#M257858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the locked list box doing? Is it something that could be included in the section access reduction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717418#M257858</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-08-05T14:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717419#M257859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This field indicates if invoice is "Opened"&amp;nbsp; or "Paid". By default I let locked "Opened". But, in some cases, they can look paid invoices.&lt;/P&gt;&lt;P&gt;In reason this I can't put this field on section access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717419#M257859</guid>
      <dc:creator>fsimoes81</dc:creator>
      <dc:date>2014-08-05T14:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717420#M257860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would triggering a select in field 'Opened' when the document opens suffice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717420#M257860</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-08-05T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717421#M257861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. But, when the app is started using Ajax, the OnOpen trigger, can't be used.&lt;/P&gt;&lt;P&gt;I think the way is use an Welcome page, and trigger the selection in field when I change the sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717421#M257861</guid>
      <dc:creator>fsimoes81</dc:creator>
      <dc:date>2014-08-05T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717422#M257862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ermmm. Yes it can. I use it all the time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717422#M257862</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-08-05T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717423#M257863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have QlikView 10 or some early release of QlikView 11 (SR1, SR2)? This is because I remember this behaviour ocurred in this version of QV. What happened is that when reloading from a server task, QV Server unlocked and cleared all the fields with one-selected value.&lt;/P&gt;&lt;P&gt;This issue was later fixed in QV 11. I did a test myself and it works as expected so I think it may be the version of QV you're running,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717423#M257863</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-08-05T15:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Unlock Field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717424#M257864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime,&lt;/P&gt;&lt;P&gt;I have Qlikview 11 SR7, I updated thinking this was a bug, but not. The behaviour happens after reduction caused by Section Access, not because when it reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I will to use an extra sheet, that will solve the problem. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 17:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Unlock-Field/m-p/717424#M257864</guid>
      <dc:creator>fsimoes81</dc:creator>
      <dc:date>2014-08-05T17:02:13Z</dc:date>
    </item>
  </channel>
</rss>

