<?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 Show data for current week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549320#M744552</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have an app where i want to&amp;nbsp; show the number of Tickets for the current week no matter what other date filters that are used in the app.&lt;/P&gt;&lt;P&gt;E.g. the date filter could be set for the previous 3 months and the result is presented in a graph but I also want to present the value for the current week&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>stekol61</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549320#M744552</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have an app where i want to&amp;nbsp; show the number of Tickets for the current week no matter what other date filters that are used in the app.&lt;/P&gt;&lt;P&gt;E.g. the date filter could be set for the previous 3 months and the result is presented in a graph but I also want to present the value for the current week&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549320#M744552</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549323#M744553</link>
      <description>&lt;P&gt;Use set analysis and exclude all the date fields.&lt;BR /&gt;something like {&amp;lt;date,day,year,week={thisweek}&amp;gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 15:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549323#M744553</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2019-02-26T15:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549326#M744554</link>
      <description>But i want that all graphs should show data based on the dynamic filers. Only one specific text box should always show data for the current week.&lt;BR /&gt;Will the set analysis solve this?</description>
      <pubDate>Tue, 26 Feb 2019 15:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549326#M744554</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-26T15:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549608#M744555</link>
      <description>&lt;P&gt;YUP possible, try this :&lt;BR /&gt;=Sum({&amp;lt;filterToAvoid1=,filterToAvoid2=,filterToAvoid3=&amp;gt;}If(date&amp;gt;=WeekStart(today()) and date&amp;lt;=WeekEnd(today()),field))&lt;BR /&gt;Let me know this works for you or not.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 07:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549608#M744555</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T07:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549609#M744556</link>
      <description>Set analysis will put standard filters on a measure. if you make sure to include the calander values without an actual value. This to exclude these selections. You will make it always show the current week. when you set it to it. There are a lot of tutorials on how it works. It might be usefull to read up on it as it might help you solve some of your other wishes.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2019 07:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549609#M744556</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2019-02-27T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549613#M744557</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15394"&gt;@Shubham_Deshmukh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;YUP possible, try this :&lt;BR /&gt;=Sum({&amp;lt;filtersToBeAvoid1=,filtersToBeAvoid2=,filtersToBeAvoid3=&amp;gt;}If(date&amp;gt;=WeekStart(today()) and date&amp;lt;=WeekEnd(today()),field))&lt;BR /&gt;Let me know this works for you or not.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Dont use an if for this.&lt;/P&gt;&lt;P&gt;use this: Sum({&amp;lt;filtersToBeAvoid1=,filtersToBeAvoid2=,filtersToBeAvoid3=,date={"&amp;gt;=$(=WeekStart(today())) &amp;lt;=$(=WeekEnd(today()))"}&amp;gt;}field))&lt;/P&gt;&lt;P&gt;There might be some brackets misplaced so make sure to check in qlik.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 07:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549613#M744557</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2019-02-27T07:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549622#M744558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12208"&gt;@bramkn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Ya, agreed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;filterToAvoid=,date ={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} sale)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 07:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549622#M744558</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549672#M744559</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Not sure about the syntax to use.&lt;/P&gt;&lt;P&gt;I have a filter 'Period' that can be either 'Week' or 'Month' (See below).&lt;/P&gt;&lt;P&gt;I tried to use '&amp;lt;filterToAvoid=,Period ' but it doesn't show the correct result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Period.PNG" style="width: 138px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6838iC413DC815AAC13CF/image-dimensions/138x166?v=v2" width="138" height="166" role="button" title="Period.PNG" alt="Period.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Period_2.PNG" style="width: 106px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6839i1E74F1EABBAF7BED/image-dimensions/106x170?v=v2" width="106" height="170" role="button" title="Period_2.PNG" alt="Period_2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Period_3.PNG" style="width: 159px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6840i73ED38F28C949824/image-dimensions/159x160?v=v2" width="159" height="160" role="button" title="Period_3.PNG" alt="Period_3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 08:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549672#M744559</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T08:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549744#M744560</link>
      <description>Can you share your expression?</description>
      <pubDate>Wed, 27 Feb 2019 10:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549744#M744560</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549754#M744561</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Count&lt;/STRONG&gt;({&amp;lt;filterToAvoid=,&lt;STRONG&gt;Period&lt;/STRONG&gt; ={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} &lt;STRONG&gt;wor_ticket_ID&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;It does not override the 'Period' selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I'm using Sense, don't know if that matters)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 11:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549754#M744561</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T11:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549770#M744562</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2448" target="_self"&gt;Stekol61&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;**Note : filterToAvoid = use fieldName which you want to avoid, fieldToAvoid is not keyword.&lt;/STRONG&gt;&lt;BR /&gt;And that solution is according to dates not according to week or month.&lt;BR /&gt;So it could be like,&lt;BR /&gt;=Count({&amp;lt;filterToAvoid=,&lt;STRONG&gt;yourDateFields&lt;/STRONG&gt;={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} wor_ticket_ID)&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;yourDateFields = from which you are getting month /week.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also if you want to show current week only then you don't need any filter value just go with today(), it will give you current week.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 11:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549770#M744562</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T11:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549789#M744563</link>
      <description>&lt;P&gt;I tried this:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;filterToAvoid=,Period={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} wor_ticket_ID)&lt;/P&gt;&lt;P&gt;It does not override the 'Period' filter (e.g&amp;nbsp; selecting week '2019-6' with 'Period' filter shows the result for that week , not the current week).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried your suggestion "&lt;SPAN&gt;&lt;EM&gt;don't need any filter value just go with today()&lt;/EM&gt;" but I get no result. Is the syntax correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Count(Year(Today()) &amp;amp;'-'&amp;amp; Week(Today()) wor_ticket_ID)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 11:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549789#M744563</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549796#M744564</link>
      <description>It is showing you result for selected week because you are using filterToAvoid word, I am saying it should be field. As you wanna avoid Period,&lt;BR /&gt;=Count({&amp;lt;Period=,yourDateField={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} wor_ticket_ID)&lt;BR /&gt;**yourDateField = should be date field, not Period&lt;BR /&gt;&lt;BR /&gt;=Count(Year(Today()) &amp;amp;'-'&amp;amp; Week(Today()) wor_ticket_ID) - not at all, what you are trying to do with this</description>
      <pubDate>Wed, 27 Feb 2019 12:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549796#M744564</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T12:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549825#M744565</link>
      <description>This gives no result. The expression used for 'Period' is a variable '$(vDim'&lt;BR /&gt;=Count({&amp;lt;Period=,[$(vDim)]={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} wor_ticket_ID)&lt;BR /&gt;&lt;BR /&gt;I tried to follow you second recommendation ("don't need any filter value just go with today()" ) and created this.&lt;BR /&gt;=Count(Year(Today()) &amp;amp;'-'&amp;amp; Week(Today()) wor_ticket_ID)&lt;BR /&gt;('Today()) &amp;amp;'-'&amp;amp; Week(Today()' gives the correct week format, e.g. '2019-9')</description>
      <pubDate>Wed, 27 Feb 2019 12:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549825#M744565</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549840#M744566</link>
      <description>I think, miscommunication is going on here. Please state your exact requirement with date field&lt;BR /&gt;&lt;BR /&gt;Try : sum (wor_ticket_ID), not count(wor_ticket_ID)</description>
      <pubDate>Wed, 27 Feb 2019 12:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549840#M744566</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T12:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549851#M744567</link>
      <description>OK. Hope this clarify things:&lt;BR /&gt;What I need is to present number of tickets 'count(wor_ticket_ID)' for the current week no matter what time period is selected. The result can be presented in e.g. a text box.&lt;BR /&gt;The select time period should work for all other graphs in the app</description>
      <pubDate>Wed, 27 Feb 2019 13:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549851#M744567</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549859#M744568</link>
      <description>Great, our discussion was on right track then,&lt;BR /&gt;=Count({&amp;lt;Period=,[$(vDim)]={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} wor_ticket_ID)&lt;BR /&gt;Now above exp will avoid Period selection and give you the result.&lt;BR /&gt;this will work, but what is in variable [$(vDim)]?</description>
      <pubDate>Wed, 27 Feb 2019 13:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549859#M744568</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T13:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549890#M744569</link>
      <description>Your expression returns '0'.&lt;BR /&gt;&lt;BR /&gt;$(vDim) is created like this:&lt;BR /&gt;Dims:&lt;BR /&gt;LOAD&lt;BR /&gt;Dim,&lt;BR /&gt;RowNo() as DimSort&lt;BR /&gt;INLINE [&lt;BR /&gt;Dim&lt;BR /&gt;Week,&lt;BR /&gt;Month&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;FACT:&lt;BR /&gt;LOAD&lt;BR /&gt;Year(wor_event_start_date)&amp;amp;'-'&amp;amp; Week (wor_event_start_date)as Week,&lt;BR /&gt;Year(wor_event_start_date)&amp;amp;'-'&amp;amp; Month (wor_event_start_date)as Month,&lt;BR /&gt;&lt;BR /&gt;Also a variable is created:&lt;BR /&gt;vDim=minstring({&amp;lt;DimSort={$(vMinDimSort)}&amp;gt;}Dim)</description>
      <pubDate>Wed, 27 Feb 2019 13:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549890#M744569</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T13:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549902#M744570</link>
      <description>&lt;P&gt;I was asking for this date&amp;nbsp;&lt;STRONG&gt;wor_event_start_date,&lt;/STRONG&gt; try this now&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Period=,wor_event_start_date={"&amp;gt;=$(=weekStart(today()))&amp;lt;=$(=weekEnd(today()))"}&amp;gt;} wor_ticket_ID)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549902#M744570</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show data for current week</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549905#M744571</link>
      <description>It still follows the the time Period selection.&lt;BR /&gt;Maybe also the filer for 'Week' or 'Month' must be included. 'Dim' from the Dims table</description>
      <pubDate>Wed, 27 Feb 2019 14:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-for-current-week/m-p/1549905#M744571</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-02-27T14:09:10Z</dc:date>
    </item>
  </channel>
</rss>

