<?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 Filtering a Load Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-a-Load-Table/m-p/431400#M699395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing a load using the following script and would like to do further filtering based on one of the fields in the load. I am trying to only show data where the Time_Month_Key is equal to the Current Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Time_Month_Key is formatted as 'YYYYMM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I write the filter to do this? (See Section in Red Below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13553401048887636" jivemacro_uid="_13553401048887636"&gt;&lt;P&gt;HierarchyLookup:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Business_Unit',&lt;/P&gt;&lt;P&gt;'Director',&lt;/P&gt;&lt;P&gt;'Manager',&lt;/P&gt;&lt;P&gt;'Rep',&lt;/P&gt;&lt;P&gt;'Reporting_Team',&lt;/P&gt;&lt;P&gt;'Time_Month_Key',&lt;/P&gt;&lt;P&gt;'VP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident vw_EOM_Sales_Leads_Metrics_Detai&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;where Time_Month_Key = date(Now());&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 19:25:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-12T19:25:23Z</dc:date>
    <item>
      <title>Filtering a Load Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-Load-Table/m-p/431400#M699395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing a load using the following script and would like to do further filtering based on one of the fields in the load. I am trying to only show data where the Time_Month_Key is equal to the Current Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Time_Month_Key is formatted as 'YYYYMM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I write the filter to do this? (See Section in Red Below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13553401048887636" jivemacro_uid="_13553401048887636"&gt;&lt;P&gt;HierarchyLookup:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Business_Unit',&lt;/P&gt;&lt;P&gt;'Director',&lt;/P&gt;&lt;P&gt;'Manager',&lt;/P&gt;&lt;P&gt;'Rep',&lt;/P&gt;&lt;P&gt;'Reporting_Team',&lt;/P&gt;&lt;P&gt;'Time_Month_Key',&lt;/P&gt;&lt;P&gt;'VP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident vw_EOM_Sales_Leads_Metrics_Detai&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;where Time_Month_Key = date(Now());&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 19:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-Load-Table/m-p/431400#M699395</guid>
      <dc:creator />
      <dc:date>2012-12-12T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a Load Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-Load-Table/m-p/431401#M699396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;where Time_Month_Key = date(Now(),'YYYYMM');&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because date(now()) gives DD/MM/YYYY default format. so as per your YYYYMM format, so must change the format..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 19:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-Load-Table/m-p/431401#M699396</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-12T19:36:27Z</dc:date>
    </item>
  </channel>
</rss>

