<?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 Week This Month (W1) vs Week Last Month (W1) Comparison in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1722998#M63924</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement where client is asking for a bar chart where it shows week on week comparison.&lt;/P&gt;&lt;P&gt;For Example: If&amp;nbsp;you see in the attachment, there are three fields Reporting Date, Values and Week Number. So, I want to compare Week1 of March month(3/7/2020) to Week1 of Feb month (2/7/2020) and likewise for all the weeks of that month as well as for all the months which are present.&lt;/P&gt;&lt;P&gt;if a month has W4 as well as W5 so that will compare with the W4 of last month.&lt;/P&gt;&lt;P&gt;Everything should be handled in front end only, can not perform in data model side means in backend.&lt;/P&gt;&lt;P&gt;Please provide your valuable help ASAP.&lt;/P&gt;&lt;P&gt;Please let me know if you have any doubts.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:26:09 GMT</pubDate>
    <dc:creator>tilakbhawsar094</dc:creator>
    <dc:date>2024-11-16T18:26:09Z</dc:date>
    <item>
      <title>Week This Month (W1) vs Week Last Month (W1) Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1722998#M63924</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement where client is asking for a bar chart where it shows week on week comparison.&lt;/P&gt;&lt;P&gt;For Example: If&amp;nbsp;you see in the attachment, there are three fields Reporting Date, Values and Week Number. So, I want to compare Week1 of March month(3/7/2020) to Week1 of Feb month (2/7/2020) and likewise for all the weeks of that month as well as for all the months which are present.&lt;/P&gt;&lt;P&gt;if a month has W4 as well as W5 so that will compare with the W4 of last month.&lt;/P&gt;&lt;P&gt;Everything should be handled in front end only, can not perform in data model side means in backend.&lt;/P&gt;&lt;P&gt;Please provide your valuable help ASAP.&lt;/P&gt;&lt;P&gt;Please let me know if you have any doubts.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1722998#M63924</guid>
      <dc:creator>tilakbhawsar094</dc:creator>
      <dc:date>2024-11-16T18:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Week This Month (W1) vs Week Last Month (W1) Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1724385#M63925</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3501"&gt;@tilakbhawsar094&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;your scenario is comparative analysis .you can achieve your scenario using &lt;STRONG&gt;Alternate states&lt;/STRONG&gt;.please see the below link that will helps you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Simple-example-on-Comparative-Analysis/td-p/811019" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-QlikView/Simple-example-on-Comparative-Analysis/td-p/811019&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raji&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 09:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1724385#M63925</guid>
      <dc:creator>raji6763</dc:creator>
      <dc:date>2020-07-02T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Week This Month (W1) vs Week Last Month (W1) Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1732892#M63926</link>
      <description>&lt;P&gt;Not sure if you have solved or not yet, but I would opt for dimension = reportdate.month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure, add 5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(day(reportdate) &amp;gt; 0 and day(reportdate) &amp;lt; 8, sum(value)) :label as W1&lt;/P&gt;&lt;P&gt;Etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats the direction I would try since you can add the W1 dimension in the data backend&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 17:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-This-Month-W1-vs-Week-Last-Month-W1-Comparison/m-p/1732892#M63926</guid>
      <dc:creator>tm_burgers</dc:creator>
      <dc:date>2020-08-03T17:23:24Z</dc:date>
    </item>
  </channel>
</rss>

