<?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 Sheet Selection Triggers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26966#M791376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have sheet trigger by making max(year) as Select in field Action for one sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when we navigate to that shhet we have Max(year) was selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here when we moved to next sheet the same max(year) is selected by default.&lt;/P&gt;&lt;P&gt;But the user no need to max(year) selection in other sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that we have create another action like clear field action( Field=Year) while leaving the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user makes a year selection other that max(year) and then if he moved to next sheet the selction is cleard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to capture the ramdom year seletions and aslo when ever he moved back to the sheet it should show max(year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26966#M791376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have sheet trigger by making max(year) as Select in field Action for one sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when we navigate to that shhet we have Max(year) was selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here when we moved to next sheet the same max(year) is selected by default.&lt;/P&gt;&lt;P&gt;But the user no need to max(year) selection in other sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that we have create another action like clear field action( Field=Year) while leaving the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user makes a year selection other that max(year) and then if he moved to next sheet the selction is cleard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to capture the ramdom year seletions and aslo when ever he moved back to the sheet it should show max(year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26966#M791376</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26967#M791377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set analysis rather than sheet triggers to have the best user experience and performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the sheet needing max(year), add the set expression (bold) to the expressions on the sheet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;&lt;STRONG&gt;year = {"$(=Max(year))"}&lt;/STRONG&gt;&amp;gt;} amount)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // to allow max(year) to follow selections&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&lt;STRONG&gt;1&amp;lt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;year = {"$(=Max(year))"}&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;gt;} amount)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // to ignore all selections&lt;/EM&gt;&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;For the other sheet(s), omit that set expression.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 11:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26967#M791377</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-31T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26968#M791378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may also be necessary to override other date selections on the first sheet, especially for the second suggestion, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({1&amp;lt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;year = {"$(=Max(year))"}, &lt;STRONG&gt;MonthYear&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;gt;} amount)&amp;nbsp;&amp;nbsp; // to prevent a selection in MonthYear from interfering&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 11:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26968#M791378</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-31T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26969#M791379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do one thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable which stores the Year Selected.&lt;/P&gt;&lt;P&gt;Now in next sheet trigger, after clear selection, you can make selection in year field as per the value available in variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way your selections can be moved to other sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to change any thing in 1st Sheet where you want to show Max(year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 11:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26969#M791379</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-01-31T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26970#M791380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I belive with logic posted we can't do a comparision between 2 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because we have used the max year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we need the comapritive analysis as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 11:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26970#M791380</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2018-01-31T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26971#M791381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain in brief.&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, 01 Feb 2018 06:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26971#M791381</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2018-02-01T06:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Selection Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26972#M791382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please explain why did you add MonthYear here on the set analysis when you already have 1 to ignore all other selections ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 08:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Selection-Triggers/m-p/26972#M791382</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-01T08:55:14Z</dc:date>
    </item>
  </channel>
</rss>

