<?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: Restricting data loaded using where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122016#M756255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use a function that returns the correct granularity, e.g. Monthname()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Where Monthname(CREDIT_NOTE_DATE) &amp;lt;&amp;gt; Monthname(PERIOD_FROM) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/monthname.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/monthname.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/monthname.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;And take care to get your dates right:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Sep 2018 11:08:39 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-09-30T11:08:39Z</dc:date>
    <item>
      <title>Restricting data loaded using where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122012#M756251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to stop records&amp;nbsp; where the CR Month = to PF month from being loaded. How this is achieved?. If I do not create two fields such as CR Month &amp;amp; PF Month, from the same data fields such as period from &amp;amp; credit note month,how this done with the where clause. Also I wish to know, the formula to use at the front end too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122012#M756251</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting data loaded using where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122013#M756252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Month() function in your WHERE clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Month(CREDIT_NOTE_DATE) &amp;lt;&amp;gt; Month(PERIOD_FROM) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 10:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122013#M756252</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-30T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting data loaded using where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122014#M756253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much&amp;nbsp; Sir, It is fine. Kindly note that if there is a record such as below where Month is same but Year is different (2017 vs 2018) in such cases still I need to show such records as long as Year if different. Please see how this condition too be included in the where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="464"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="110"&gt;CREDIT_NOTE_NO&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="99"&gt;CREDIT_NOTE_DATE&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="127"&gt;PERIOD_FROM&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;PERIOD_TO&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;PREMIUM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;RA0018C0010000&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;18-Jan-18&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;6-Jan-17&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;5-Mar-17&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;6797.5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 10:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122014#M756253</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-09-30T10:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting data loaded using where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122015#M756254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the above record rather looks like below!&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="464"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="110"&gt;CREDIT_NOTE_NO&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="99"&gt;CREDIT_NOTE_DATE&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="127"&gt;PERIOD_FROM&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;PERIOD_TO&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;PREMIUM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="464"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="110"&gt;RA0018C0010000&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="99"&gt;18-Jan-18&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="127"&gt;6-Jan-17&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="64"&gt;5-Jan-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;" width="64"&gt;6797.5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 10:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122015#M756254</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-09-30T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting data loaded using where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122016#M756255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use a function that returns the correct granularity, e.g. Monthname()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Where Monthname(CREDIT_NOTE_DATE) &amp;lt;&amp;gt; Monthname(PERIOD_FROM) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/monthname.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/monthname.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/monthname.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;And take care to get your dates right:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 11:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122016#M756255</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-30T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting data loaded using where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122017#M756256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done &amp;amp; achieved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 13:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-data-loaded-using-where-clause/m-p/122017#M756256</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-09-30T13:45:30Z</dc:date>
    </item>
  </channel>
</rss>

