<?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: How to show records for  required date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118631#M760695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishita&lt;/P&gt;&lt;P&gt;OK unless I misunderstand then if your column Sounding Date either contains a date or 'Not corrected within 7 days' then couldn't you just use Sounding_start_date-={'Not Corrected within 7 days'} in your set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-= (with a minus sign before the equals sign) means does not equal in set analysis.&lt;/P&gt;&lt;P&gt;Kindest regards&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2018 11:09:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-08T11:09:44Z</dc:date>
    <item>
      <title>How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118628#M760692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210221_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;How can I show only those Sounding_Start_Date in the chart&amp;nbsp; expressions which are after than the Survey date but within 7 days of the Survey Date..&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;Its like I want to show the data for all those dates where Survey Date is 2018-04-03 and Sounding Start date is more than 2018-04-03 but within the range of 2018-04-10..I thought of using set analysis but i dont want to use count or sum on any specific quantity.I just want only those sounding start dates and respective fields are shown&amp;nbsp; which satisfies the given condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([SOUNDING_START_DATE] &amp;gt;= [SURVEY_DATE] and [SOUNDING_START_DATE] &amp;lt; [SURVEY_DATE] + 7, 1, 0)&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/How-to-show-records-for-required-date-fields/m-p/118628#M760692</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118629#M760693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why not create a flag in your script along the lines of if(match(interval([Sounding Start Date]+7-[Survey Date]),'0','1','2','3','4','5','6','7'),'Y','N')as Flag&lt;/P&gt;&lt;P&gt;Then you can use Flag=Y in your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 10:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118629#M760693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T10:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118630#M760694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I had used the following code :&lt;/P&gt;&lt;P&gt;Flag1:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([SOUNDING_START_DATE] &amp;gt;= [SURVEY_DATE] and [SOUNDING_START_DATE] &amp;lt; [SURVEY_DATE] + 7, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and used it as a Flag&lt;/P&gt;&lt;P&gt;And in the column Sounding Date I had put the following code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Flag1=1,Date(SOUNDING_START_DATE,'YYYY-MM-DD'), 'Not Corrected within 7 days')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now How to exclude&amp;nbsp; the&amp;nbsp; Sounding Date&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;STRONG&gt;'Not Corrected within 7 days'&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 10:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118630#M760694</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-08T10:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118631#M760695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishita&lt;/P&gt;&lt;P&gt;OK unless I misunderstand then if your column Sounding Date either contains a date or 'Not corrected within 7 days' then couldn't you just use Sounding_start_date-={'Not Corrected within 7 days'} in your set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-= (with a minus sign before the equals sign) means does not equal in set analysis.&lt;/P&gt;&lt;P&gt;Kindest regards&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118631#M760695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T11:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118632#M760696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;{$&amp;lt;Sounding Date-='Not Corrected within 7 days'&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having syntax error: Garbage after expression Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118632#M760696</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-08T11:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118633#M760697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies&lt;/P&gt;&lt;P&gt;try {$&amp;lt;Sounding Date-={'Not Corrected within 7 days'}&amp;gt;}&lt;/P&gt;&lt;P&gt;that should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118633#M760697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T11:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show records for  required date fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118634#M760698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210223_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;This is what I am having&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-records-for-required-date-fields/m-p/118634#M760698</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-08T12:04:47Z</dc:date>
    </item>
  </channel>
</rss>

