<?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: Update Field Value in Table OnOpen in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055608#M353919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; I need to do the latter.&amp;nbsp; I actually have to fields: My Tickets and My Organization.&amp;nbsp; I was hoping for buttons (text box or other method) that will limit the users My Tickets and/or My Organization when each is clicked.&amp;nbsp; And, to clear the appropriate field when clicked off.&amp;nbsp; I have tried several methods, including OSUser(), and nothing works all the way through.&amp;nbsp; The model is quite complex with hierarchies and hierarchy belongs to elements, which I think is causing some of my heartburn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issues with buttons (text boxes) not acting appropriately as other data elements are selected since the text boxes are not associated in the model. I have tried several approaches to code around it, but the actions don't seem to fire in an order that makes any sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I just wanted to supply some background and say thanks for your reply.&amp;nbsp; I have taken a simpler approach by including the filters with the list of names.&amp;nbsp; Users can just select themselves.&amp;nbsp; Not fancy, but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 18:13:25 GMT</pubDate>
    <dc:creator>wnorwood</dc:creator>
    <dc:date>2016-02-05T18:13:25Z</dc:date>
    <item>
      <title>Update Field Value in Table OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055606#M353917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a table with the user id of the person viewing the application. This is linked (associated?) to another table so that we can have a single value list box to click on and off to display only information for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using Dynamic Update to UPDATE the value to the user id.&amp;nbsp; This works great in the client.&amp;nbsp; But, it is not working at all on Access Point.&amp;nbsp; I checked the boxes on the Server tab: Enable Push from Server and Enable Dynamic Data Update.&amp;nbsp; And, the server setting was made as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using QV 11 and AJAX.&amp;nbsp; I tried pulling it up in FireFox but that did not work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions for getting Dynamic Update to work or suggestions for other ways to accomplish this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 22:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055606#M353917</guid>
      <dc:creator>wnorwood</dc:creator>
      <dc:date>2016-02-04T22:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update Field Value in Table OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055607#M353918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to &lt;STRONG&gt;always&lt;/STRONG&gt; restrict the data the user can see, you can use section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want the user to be able to switch between some data or all the data you can add a field USER to your table (with NTNAME) and one button with that action&lt;/P&gt;&lt;P&gt;select in field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER&lt;/P&gt;&lt;P&gt;search string&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSUser()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 23:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055607#M353918</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-04T23:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update Field Value in Table OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055608#M353919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; I need to do the latter.&amp;nbsp; I actually have to fields: My Tickets and My Organization.&amp;nbsp; I was hoping for buttons (text box or other method) that will limit the users My Tickets and/or My Organization when each is clicked.&amp;nbsp; And, to clear the appropriate field when clicked off.&amp;nbsp; I have tried several methods, including OSUser(), and nothing works all the way through.&amp;nbsp; The model is quite complex with hierarchies and hierarchy belongs to elements, which I think is causing some of my heartburn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issues with buttons (text boxes) not acting appropriately as other data elements are selected since the text boxes are not associated in the model. I have tried several approaches to code around it, but the actions don't seem to fire in an order that makes any sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I just wanted to supply some background and say thanks for your reply.&amp;nbsp; I have taken a simpler approach by including the filters with the list of names.&amp;nbsp; Users can just select themselves.&amp;nbsp; Not fancy, but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 18:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Field-Value-in-Table-OnOpen/m-p/1055608#M353919</guid>
      <dc:creator>wnorwood</dc:creator>
      <dc:date>2016-02-05T18:13:25Z</dc:date>
    </item>
  </channel>
</rss>

