<?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: current week selection in qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1802357#M65091</link>
    <description>&lt;P&gt;Hi, you can create a yearweek field in script like: &lt;STRONG&gt;Year(&lt;EM&gt;DateField&lt;/EM&gt;) &amp;amp; Num(Week(&lt;EM&gt;DateField&lt;/EM&gt;),'00') as NumYearWeek&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then you can use this field in set analysis like: Sum(&lt;STRONG&gt;{&amp;lt;NumYearWeek={$(=Max(NumYearWeek))}&amp;gt;}&lt;/STRONG&gt; FieldtoSum)&lt;/P&gt;&lt;P&gt;This will filter expression to return the max selcted week, if you want to always show the higher week ignoring selections you can use a set analysis like:&amp;nbsp;{&amp;lt;NumYearWeek={$(=Max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;NumYearWeek))}&amp;gt;}&lt;/P&gt;&lt;P&gt;Set analysis has to be set in all expression to work, you can try with one and when it works as you expect translate it to other expressions&lt;/P&gt;</description>
    <pubDate>Sat, 24 Apr 2021 08:01:17 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2021-04-24T08:01:17Z</dc:date>
    <item>
      <title>current week selection in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1801687#M65012</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am having an qliksense app containing of Map chart and Table chart&amp;nbsp; .&lt;/P&gt;&lt;P&gt;when i open the app the data present in that should be of max week&amp;nbsp; which means the map chart and table chart should display max week data.&lt;/P&gt;&lt;P&gt;I applied default selection and bookmark but its not working&lt;/P&gt;&lt;P&gt;if any one have alternative idea please share me ASAP&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 10:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1801687#M65012</guid>
      <dc:creator>Saimani</dc:creator>
      <dc:date>2021-04-22T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: current week selection in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1802357#M65091</link>
      <description>&lt;P&gt;Hi, you can create a yearweek field in script like: &lt;STRONG&gt;Year(&lt;EM&gt;DateField&lt;/EM&gt;) &amp;amp; Num(Week(&lt;EM&gt;DateField&lt;/EM&gt;),'00') as NumYearWeek&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then you can use this field in set analysis like: Sum(&lt;STRONG&gt;{&amp;lt;NumYearWeek={$(=Max(NumYearWeek))}&amp;gt;}&lt;/STRONG&gt; FieldtoSum)&lt;/P&gt;&lt;P&gt;This will filter expression to return the max selcted week, if you want to always show the higher week ignoring selections you can use a set analysis like:&amp;nbsp;{&amp;lt;NumYearWeek={$(=Max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;NumYearWeek))}&amp;gt;}&lt;/P&gt;&lt;P&gt;Set analysis has to be set in all expression to work, you can try with one and when it works as you expect translate it to other expressions&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 08:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1802357#M65091</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-04-24T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: current week selection in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1802592#M65112</link>
      <description>&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;But when i load the application entire application is to be reflected with max week data.&lt;/P&gt;&lt;P&gt;(similar to document triggers in qlikview)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 09:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1802592#M65112</guid>
      <dc:creator>Saimani</dc:creator>
      <dc:date>2021-04-26T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: current week selection in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1803414#M65213</link>
      <description>&lt;P&gt;Hi, check this:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/App-Development/Default-Max-Date-selection-in-Filter-pane-when-app-opens/td-p/1686784" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Default-Max-Date-selection-in-Filter-pane-when-app-opens/td-p/1686784&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 08:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1803414#M65213</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-04-28T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: current week selection in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1803883#M65289</link>
      <description>&lt;P&gt;Thanks for the information ruben,&lt;/P&gt;&lt;P&gt;By applying default bookmark selection iam getting max year and max week for old data.&lt;/P&gt;&lt;P&gt;but when i update new data in the load script , iam not getting the latest year and week selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 16:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-week-selection-in-qliksense/m-p/1803883#M65289</guid>
      <dc:creator>Saimani</dc:creator>
      <dc:date>2021-04-29T16:07:24Z</dc:date>
    </item>
  </channel>
</rss>

