<?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: Dimension limitation for 16 weeks in Line chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522587#M106682</link>
    <description>&lt;P&gt;This is because the context is different.&lt;BR /&gt;Here you might need to reuse the set analysis you applied earlier, inside the min functions within the Aggr().&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;Num(&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;start of your measure&amp;nbsp;...&lt;/EM&gt;&lt;BR /&gt;Aggr(&lt;BR /&gt;If(&lt;BR /&gt;Min({&amp;lt;[Type] = {'EL'}, Date = {"&amp;gt;=$(=Date(WeekStart(Today()) - 7*16))&amp;lt;$(=Date(WeekStart(Today())))"}&amp;gt;} Date)&lt;BR /&gt;-&lt;BR /&gt;Min({&amp;lt;[Type] = {'L'}, Date = {"&amp;gt;=$(=Date(WeekStart(Today()) - 7*16))&amp;lt;$(=Date(WeekStart(Today())))"}&amp;gt;} Date)&lt;BR /&gt;&amp;lt;= 7,&lt;BR /&gt;[L ID]&lt;BR /&gt;),&lt;BR /&gt;[L ID]&lt;BR /&gt;)&lt;BR /&gt;&lt;EM&gt;end of your measure...&lt;/EM&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;The measure should return the same results, even with filters applied.&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 13:28:24 GMT</pubDate>
    <dc:creator>aswk</dc:creator>
    <dc:date>2025-06-27T13:28:24Z</dc:date>
    <item>
      <title>Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522473#M106665</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;BR /&gt;I am creating line chart in which I have below as Dim and Measure&lt;BR /&gt;&lt;BR /&gt;Dimension : "Week" which is in format as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mouni09_0-1750950304297.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181662i9443F8F3943F7507/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mouni09_0-1750950304297.png" alt="Mouni09_0-1750950304297.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to limit only for dynamic last 16 weeks excluding present week which start from June22, data should show from week Mar.2 - Mar.8,2025 to Week Jun.15- Jun.22, 2025&lt;BR /&gt;I want to create through Limitations option only, don't want to create new column or master dimension&lt;BR /&gt;&lt;BR /&gt;Measure:&lt;BR /&gt;Num(&lt;BR /&gt;Count(&lt;BR /&gt;{&amp;lt;[Type] = {'L'}&amp;gt;}&lt;BR /&gt;DISTINCT&lt;BR /&gt;Aggr(&lt;BR /&gt;If(&lt;BR /&gt;Min({&amp;lt;[Type] = {'EL'}&amp;gt;} Date) - Min({&amp;lt;[Type] = {'L'}&amp;gt;} Date) &amp;lt;= 7,&lt;BR /&gt;[L ID]&lt;BR /&gt;),&lt;BR /&gt;[L ID]&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;/ Count({&amp;lt;[Type] = {'L'}&amp;gt;} DISTINCT [L ID]),&lt;BR /&gt;'0.00%'&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;Please help&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 15:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522473#M106665</guid>
      <dc:creator>Mouni09</dc:creator>
      <dc:date>2025-06-26T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522478#M106666</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;If you have a Date field, you can try setting your parameters using set analysis.&lt;BR /&gt;--&amp;gt;&amp;nbsp;{&amp;lt;YourDateField = {"&amp;gt;=$(=WeekStart(Today()) - 7*16)&amp;lt;$(=WeekStart(Today()))"}&amp;gt;}&lt;BR /&gt;&lt;BR /&gt;Let me know if this works.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 16:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522478#M106666</guid>
      <dc:creator>aswk</dc:creator>
      <dc:date>2025-06-26T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522525#M106670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/340707"&gt;@aswk&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for replying&lt;BR /&gt;&lt;BR /&gt;I have tried like below in measure:&lt;BR /&gt;Num(&lt;BR /&gt;Count({&lt;BR /&gt;&amp;lt;[Type] = {'L'},&lt;BR /&gt;Date = {&lt;BR /&gt;"&amp;gt;=$(=Date(WeekStart(Today()) - 7*16, 'MM/DD/YYYY'))&amp;lt;$(=Date(WeekStart(Today()), 'MM/DD/YYYY'))"&lt;BR /&gt;}&amp;gt;&lt;BR /&gt;} DISTINCT&lt;BR /&gt;Aggr(&lt;BR /&gt;If(&lt;BR /&gt;Min({&amp;lt;[Type] = {'EL'}&amp;gt;} Date) -&lt;BR /&gt;Min({&amp;lt;[Type] = {'L'}&amp;gt;} Date) &amp;lt;= 7,&lt;BR /&gt;[L ID]&lt;BR /&gt;),&lt;BR /&gt;[L ID]&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;/&lt;BR /&gt;Count({&lt;BR /&gt;&amp;lt;[Type] = {'L'},&lt;BR /&gt;Date = {&lt;BR /&gt;"&amp;gt;=$(=Date(WeekStart(Today()) - 7*16, 'MM/DD/YYYY'))&amp;lt;$(=Date(WeekStart(Today()), 'MM/DD/YYYY'))"&lt;BR /&gt;}&amp;gt;} DISTINCT [L ID]),&lt;BR /&gt;'0.00%'&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Dimension Given : Week ---(Week Formatted as Jun.15 - Jun.21, 2025)&lt;BR /&gt;But in chart week is coming as 3/15/2025 etc&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mouni09_0-1751005320232.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181674iD58C4223E31087DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mouni09_0-1751005320232.png" alt="Mouni09_0-1751005320232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Expecting week to show as&amp;nbsp;Jun.15 - Jun.21, 2025&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 06:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522525#M106670</guid>
      <dc:creator>Mouni09</dc:creator>
      <dc:date>2025-06-27T06:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522537#M106674</link>
      <description>&lt;P&gt;Qlik has trouble handling custom formats in graphs, so you might want to try forcing them.&lt;BR /&gt;&lt;BR /&gt;Try this in the date dimension of your chart --&amp;gt;&amp;nbsp;=Date(WeekStart(Date), 'MMM.DD') &amp;amp; ' - ' &amp;amp; Date(WeekEnd(Date), 'MMM.DD, YYYY')&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 07:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522537#M106674</guid>
      <dc:creator>aswk</dc:creator>
      <dc:date>2025-06-27T07:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522580#M106680</link>
      <description>&lt;P&gt;It worked,&lt;BR /&gt;Thanks!&lt;BR /&gt;I got other issue now&lt;BR /&gt;I have week filter pane, in which if I select any week it's showing different value for that selected week in Line chart, if I unselect and see result for all 16 weeks it's different&lt;BR /&gt;Ex: for whole 16 weeks full chart Mar.02-Mar.9, 2025 valuwe is 26.80%, but selected only that particular week from filter pane it's 20.52%&lt;BR /&gt;In filter I used&amp;nbsp;&lt;BR /&gt;=Dual(&lt;BR /&gt;&lt;BR /&gt;If(&lt;BR /&gt;and WeekStart(Date) &amp;gt;= WeekStart(Today() - 7*16) // ≥ 16 weeks ago&lt;BR /&gt;and WeekStart(Date) &amp;lt; WeekStart(Today()), // &amp;lt; current week&lt;BR /&gt;Date(WeekStart(Date), 'MMM.DD') &amp;amp; ' - ' &amp;amp;&lt;BR /&gt;Date(WeekEnd(Date), 'MMM.DD, YYYY')&lt;BR /&gt;),&lt;BR /&gt;&lt;BR /&gt;WeekStart(Date)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;Measure as I have used above&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 11:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522580#M106680</guid>
      <dc:creator>Mouni09</dc:creator>
      <dc:date>2025-06-27T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522587#M106682</link>
      <description>&lt;P&gt;This is because the context is different.&lt;BR /&gt;Here you might need to reuse the set analysis you applied earlier, inside the min functions within the Aggr().&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;Num(&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;start of your measure&amp;nbsp;...&lt;/EM&gt;&lt;BR /&gt;Aggr(&lt;BR /&gt;If(&lt;BR /&gt;Min({&amp;lt;[Type] = {'EL'}, Date = {"&amp;gt;=$(=Date(WeekStart(Today()) - 7*16))&amp;lt;$(=Date(WeekStart(Today())))"}&amp;gt;} Date)&lt;BR /&gt;-&lt;BR /&gt;Min({&amp;lt;[Type] = {'L'}, Date = {"&amp;gt;=$(=Date(WeekStart(Today()) - 7*16))&amp;lt;$(=Date(WeekStart(Today())))"}&amp;gt;} Date)&lt;BR /&gt;&amp;lt;= 7,&lt;BR /&gt;[L ID]&lt;BR /&gt;),&lt;BR /&gt;[L ID]&lt;BR /&gt;)&lt;BR /&gt;&lt;EM&gt;end of your measure...&lt;/EM&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;The measure should return the same results, even with filters applied.&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 13:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522587#M106682</guid>
      <dc:creator>aswk</dc:creator>
      <dc:date>2025-06-27T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522600#M106685</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/340707"&gt;@aswk&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for patiently replying&lt;BR /&gt;This issue is maybe beacuse my TRnaform script, for each event there is a Date column, Like for Event 'EL' there is EL date, for 'L' L Date, for 'PC' PC Date etc&lt;BR /&gt;and there is one key table built based on all these columns with only one column Date and all the events are mentioned in "Type" Column, I don't know why when I'm using direct columns like EL date or L date it's working fine and showing same number when something from filterpane is selected, but using Date column and filtering inset analysis with Type it's giving differnt output&lt;BR /&gt;&lt;BR /&gt;EL_EVENT TABLE:LOAD&lt;BR /&gt;ID, EL DATE&lt;BR /&gt;FROM EL.qvd&lt;BR /&gt;&lt;BR /&gt;L_EVENT TABLE : LOAD&lt;BR /&gt;ID, L DATE&lt;BR /&gt;FROM L.qvd;&lt;BR /&gt;&lt;BR /&gt;KEY TABLE1: LOAD&lt;BR /&gt;ID, 'EL' as Type&lt;BR /&gt;EL DATE as DATE&lt;BR /&gt;RESIDENT EL_EVENT TABLE&lt;BR /&gt;&lt;BR /&gt;CONCATENATE : LOAD&lt;BR /&gt;ID, 'L' as Type&lt;BR /&gt;L DATE as DATE&lt;BR /&gt;RESIDENT L_EVENT TABLE&lt;BR /&gt;&lt;BR /&gt;DATE TABLE:&lt;BR /&gt;DATE,&amp;nbsp;&lt;BR /&gt;WEEK (new column),&lt;BR /&gt;Month, Year, qtr&amp;nbsp;&lt;BR /&gt;Resdent Key1 table&lt;BR /&gt;&lt;BR /&gt;and in filterpane week from Date table is used and inside measure I'm using from Date giving Type filter instead using L DATE and EL DATE because using common SDATE column from date table is recommendable&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 15:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522600#M106685</guid>
      <dc:creator>Mouni09</dc:creator>
      <dc:date>2025-06-27T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522601#M106686</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/213916"&gt;@Mouni09&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The issue is probably coming from your table with Date and Type.&lt;BR /&gt;Do you have duplicate dates for different types?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 15:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522601#M106686</guid>
      <dc:creator>aswk</dc:creator>
      <dc:date>2025-06-27T15:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension limitation for 16 weeks in Line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522602#M106687</link>
      <description>&lt;P&gt;no itseems&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 15:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-limitation-for-16-weeks-in-Line-chart/m-p/2522602#M106687</guid>
      <dc:creator>Mouni09</dc:creator>
      <dc:date>2025-06-27T15:48:50Z</dc:date>
    </item>
  </channel>
</rss>

