<?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: Info screen with triggered selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/353#M511890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your file is working !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can i found this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Layout - Activate sheet action ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Edit: I have tested your file and is working. I have also found what you have done so now I understand what was missing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you for help !&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jan 2018 12:25:15 GMT</pubDate>
    <dc:creator>waszcma1</dc:creator>
    <dc:date>2018-01-13T12:25:15Z</dc:date>
    <item>
      <title>Info screen with triggered selection</title>
      <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/348#M511885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;HI,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could you have a look at my app and check what is wrong that triggers not forcing selection on fields?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have vSeconds=Num#(time(now(),'ss')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then depended on seconds vShow is changing to 1 or 2 or 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;There are 3 tabs which are visible based on vShow value&amp;nbsp; (switching each other and showing only one a time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So far it works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now the problem is that even though I am using Triggers from Variable Event Trigger &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vShow =&amp;gt; OnChange&amp;nbsp; (select on fields) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Year =&amp;gt; year(max(master_calendar)data))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month =&amp;gt; month(max(master_calendar_data)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The selection is not working &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I did the same on OnPostReload – the report will be reloaded every day but after reload app still selection is not done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The overall aim is to create info screen which will change the page after some time and keep always the selection on date month and year which shows only the latest year and month available from the data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Strange thing is that clear all selection trigger is working but that’s it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 09:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/348#M511885</guid>
      <dc:creator>waszcma1</dc:creator>
      <dc:date>2018-01-13T09:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Info screen with triggered selection</title>
      <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/349#M511886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use set identifier 1 instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Year =&amp;gt; year(max(&lt;STRONG&gt;{1}&lt;/STRONG&gt; master_calendar)data))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Month =&amp;gt; month(max({&lt;STRONG&gt;1}&lt;/STRONG&gt; master_calendar_data))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 11:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/349#M511886</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-13T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Info screen with triggered selection</title>
      <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/350#M511887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok I get it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will try and go back with result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 11:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/350#M511887</guid>
      <dc:creator>waszcma1</dc:creator>
      <dc:date>2018-01-13T11:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Info screen with triggered selection</title>
      <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/351#M511888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are saying that the set identifier does not change anything in the observed behaviour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that AFAIK, the default set used in your select in field actions is determined by the state before running the actions, so the clear all will not affect&amp;nbsp; the other select in field actions using default set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works for me in QV12.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: You should use a Layout - Activate sheet action to activate a sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 11:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/351#M511888</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-13T11:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Info screen with triggered selection</title>
      <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/352#M511889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;each sheet has additional action when OnLeaveSheet ClearAll selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if we switch manualy by cliking between each table this solution works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;step 1 - click on screen1&lt;/P&gt;&lt;P&gt;step 2 - selection is done for Year (2018) and Month (Jan)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt; - now we can change selection for example that year is 2017 and month May&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Step 3 - click on screen 2&lt;/P&gt;&lt;P&gt;Step 4 - we have are looking now at screen 2 but with triggered selection to 2018 Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works ... but once again we still need manually click on the sheets tab.&lt;/P&gt;&lt;P&gt;But any selection done within current view will be changed to default ( 2018 Jan) by triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want just skip this part when I have to manually click on the tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a variable vShow which is changing value every 10 sec so when I used vShow to hide/unhide sheets 1,2,3 it is working for this part when I have to show only one screen for 10 sec and then change for another. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to understand how triggers works based on actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that sheet triggers are not activating when show sheet conditional is in use, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I thought that I can use Variable Event Triggers -&amp;gt; OnChange -&amp;gt; selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is also not working even that vShow is changing every 10 sec.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 12:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/352#M511889</guid>
      <dc:creator>waszcma1</dc:creator>
      <dc:date>2018-01-13T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Info screen with triggered selection</title>
      <link>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/353#M511890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your file is working !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can i found this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Layout - Activate sheet action ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Edit: I have tested your file and is working. I have also found what you have done so now I understand what was missing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you for help !&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 12:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-screen-with-triggered-selection/m-p/353#M511890</guid>
      <dc:creator>waszcma1</dc:creator>
      <dc:date>2018-01-13T12:25:15Z</dc:date>
    </item>
  </channel>
</rss>

