<?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 display date field values conditionally? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217314#M848516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello AB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month function takes 1 parameter. Corrected the expression to add closing bracket for month function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Old Code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=if(Month(saledate) = Month(AddMonths(Today(),-1), saledate, null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//New Code:&lt;/P&gt;&lt;P&gt;=if(Month(saledate) = Month(AddMonths(Today(),-1)&lt;STRONG style="text-decoration: underline;"&gt;)&lt;/STRONG&gt;, saledate, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 05:38:21 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-03-16T05:38:21Z</dc:date>
    <item>
      <title>how to display date field values conditionally?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217311#M848513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have one date field,I want to display in that field&lt;/P&gt;&lt;P&gt;if the date field value is lastmonth, it has to display same date &lt;/P&gt;&lt;P&gt; else condition '-'&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-display-date-field-values-conditionally/m-p/1217311#M848513</guid>
      <dc:creator>Akina0929</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to display date field values conditionally?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217312#M848514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Month(DateField) = Month(Addmonths(today(),-1),DateFiled,null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 04:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217312#M848514</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-03-16T04:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to display date field values conditionally?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217313#M848515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sushil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it,s showing error.&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156450_Capture.JPG" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 05:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217313#M848515</guid>
      <dc:creator>Akina0929</dc:creator>
      <dc:date>2017-03-16T05:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to display date field values conditionally?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217314#M848516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello AB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month function takes 1 parameter. Corrected the expression to add closing bracket for month function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Old Code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=if(Month(saledate) = Month(AddMonths(Today(),-1), saledate, null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//New Code:&lt;/P&gt;&lt;P&gt;=if(Month(saledate) = Month(AddMonths(Today(),-1)&lt;STRONG style="text-decoration: underline;"&gt;)&lt;/STRONG&gt;, saledate, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 05:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-date-field-values-conditionally/m-p/1217314#M848516</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-16T05:38:21Z</dc:date>
    </item>
  </channel>
</rss>

