<?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: Creating Date Flag Columns or Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351963#M617211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I'm still very new to QlikView and not sure what you mean. I'm trying to trend the count of active %PropertyKey on any given granularity specified by the user. &lt;SPAN style="font-size: 10pt;"&gt;The BegDateOfOperation and EndDateOfOperation columns are used to calculate whether the property was active during the time frame that the user specifies. Please let me know if you have any more questions or comments.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 May 2017 16:08:45 GMT</pubDate>
    <dc:creator>alexandergrando</dc:creator>
    <dc:date>2017-05-02T16:08:45Z</dc:date>
    <item>
      <title>Creating Date Flag Columns or Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351961#M617209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script at yearly granularity for the past 4 years that I would like to modify so that it also includes quarterly, monthly, weekly, and daily granularity for the past 4 years. Attached is a sample app with sample data. My goal is to create a line trend with a cyclical group dimension that cycles through these different grains. This method of scripting in date columns is the only thing I can think of for accomplishing this. &lt;SPAN style="font-size: 10pt;"&gt;Your help would be greatly appreciated. Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351961#M617209</guid>
      <dc:creator>alexandergrando</dc:creator>
      <dc:date>2017-05-02T15:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date Flag Columns or Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351962#M617210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which date column you need to be in ranges of week, month and quarter??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this part of script &lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD %PropertyKey, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(BegDateOfOperation) as BegDateOfOperation, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(EndDateOfOperation) as EndDateOfOperation&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Data)&lt;/P&gt;&lt;P&gt;LOAD year(Today())-IterNo()+1 as YearGranularity&lt;/P&gt;&lt;P&gt;AutoGenerate 1&lt;/P&gt;&lt;P&gt;While IterNo() &amp;lt;=4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you are not having &lt;SPAN style="font-size: 13.3333px;"&gt;YearGranularity&lt;/SPAN&gt; field in Data table, its a cross join. You may need interval match with calendar and &lt;SPAN style="font-size: 13.3333px;"&gt;BegDateOfOperation&lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;EndDateOfOperation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351962#M617210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-02T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date Flag Columns or Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351963#M617211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I'm still very new to QlikView and not sure what you mean. I'm trying to trend the count of active %PropertyKey on any given granularity specified by the user. &lt;SPAN style="font-size: 10pt;"&gt;The BegDateOfOperation and EndDateOfOperation columns are used to calculate whether the property was active during the time frame that the user specifies. Please let me know if you have any more questions or comments.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 16:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-Flag-Columns-or-Rows/m-p/1351963#M617211</guid>
      <dc:creator>alexandergrando</dc:creator>
      <dc:date>2017-05-02T16:08:45Z</dc:date>
    </item>
  </channel>
</rss>

