<?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: Is it possible to create &amp;quot;Default States&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248778#M871679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, adding 1 set modifier will not solve my issue. Adding 1 will make the chart static, regardless of what the user has selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do, is let the user &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;select any date they wish, but without having the "default" chart they view be too cumbersome&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the chart I attached for an example. There are ~46 weeks displayed on that graph. Can the user distinguish one week from another? No. They must make a selection in a list box, which will make the graph looks nice again. But, I would like the user to see, let's say, the last 4 weeks of data, but whenever they make a selection they could choose the last 16 weeks if they wished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, my SET ANALYSIS:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Model2.Week_Res&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(=Week(Today(0))-8)&amp;lt;=$(=Week(Today(0)))'} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;which displays an 8 WEEK LAG on a graph is consumable, but doesn't change as the user makes their own selection, unless that selection falls WITHIN that 8 week range&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 18:44:32 GMT</pubDate>
    <dc:creator>lucasdavis500</dc:creator>
    <dc:date>2016-11-14T18:44:32Z</dc:date>
    <item>
      <title>Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248776#M871677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, is it possible to create a "default state" for charts, that will essentially be disregarded once a user has made a selection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DefaultState.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143848_DefaultState.png" style="width: 620px; height: 180px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which depicts all of my WeekYear values until today. There's obviously too much in this picture to gather any good information from, so what I would like to do is have this represent the last X weeks, lets say 8, but when a user makes a selection on WeekYear, this isn't taken into consideration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if it presents the last 8 weeks by default, which I can do with Set Analysis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the user selects weeks 9 and 10, (the two weeks prior to this representation), the chart will display those two weeks.&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/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248776#M871677</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248777#M871678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your set modifier from {&amp;lt;....something.....&amp;gt;} to {&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;....something....&amp;gt;} to make sure the expression will ignore any and all user selections (unless you &lt;SPAN style="font-size: 13.3333px;"&gt;explicitly &lt;/SPAN&gt;re-enable them again in the ...something.... part). If you're using an aggregation function like max in the ....something.... part the add a set modifier&lt;STRONG&gt; {1}&lt;/STRONG&gt; to that aggregation function too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 17:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248777#M871678</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-14T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248778#M871679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, adding 1 set modifier will not solve my issue. Adding 1 will make the chart static, regardless of what the user has selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do, is let the user &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;select any date they wish, but without having the "default" chart they view be too cumbersome&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the chart I attached for an example. There are ~46 weeks displayed on that graph. Can the user distinguish one week from another? No. They must make a selection in a list box, which will make the graph looks nice again. But, I would like the user to see, let's say, the last 4 weeks of data, but whenever they make a selection they could choose the last 16 weeks if they wished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, my SET ANALYSIS:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Model2.Week_Res&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(=Week(Today(0))-8)&amp;lt;=$(=Week(Today(0)))'} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;which displays an 8 WEEK LAG on a graph is consumable, but doesn't change as the user makes their own selection, unless that selection falls WITHIN that 8 week range&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 18:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248778#M871679</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-14T18:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248779#M871680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that's because you use today() which is always... well, today. Try something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Model2.Week_Res={"&amp;gt;=&lt;/SPAN&gt;$(=max(Model2.Week_Res)-8)&amp;lt;=&lt;SPAN style="font-size: 13.3333px;"&gt;$(=max(Model2.Week_Res)"}&lt;/SPAN&gt; instead which will reflect the user selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 18:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248779#M871680</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-14T18:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248780#M871681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have realized that, lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working, but for some reason my Week field has December 28 - Jan 3rd as my MAX(WEEK), with the week number being 53. Do you know why qlikview does this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekYEar.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143867_WeekYEar.png" style="width: 620px; height: 178px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 19:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248780#M871681</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-14T19:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248781#M871682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik uses the ISO 8601 standard to calculate week numbers. The week with the first thursday of the year is week 1. That's why sometimes there's a week 53 in a year that contains the first few days of the next year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 19:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248781#M871682</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-14T19:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248782#M871683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to exclude where CurYTDFlag = {'1'} and Week -= {'53'} to stop this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 19:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248782#M871683</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-14T19:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248783#M871684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a date field then that will probably work better than using the week number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 16:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248783#M871684</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-15T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248784#M871685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't resolve the issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Week.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143963_Week.png" style="width: 620px; height: 242px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 20:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248784#M871685</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-15T20:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create "Default States"</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248785#M871686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 06:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-quot-Default-States-quot/m-p/1248785#M871686</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-16T06:14:01Z</dc:date>
    </item>
  </channel>
</rss>

