<?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 IF condition with date in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327303#M9656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;in a pivot table I have a date like 01/01/2017 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need an expression like this &lt;/P&gt;&lt;P&gt;&amp;nbsp; if (Dimensionality()=1,' ',&lt;/P&gt;&lt;P&gt; (if (Dimensionality()=2 and &lt;STRONG&gt;date&amp;gt;'01/06/2017',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; 'Hello'&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;But it doesn't work (when i delete the condition of date it display hello...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 11:16:04 GMT</pubDate>
    <dc:creator>zied_ahmed1</dc:creator>
    <dc:date>2017-06-07T11:16:04Z</dc:date>
    <item>
      <title>IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327303#M9656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;in a pivot table I have a date like 01/01/2017 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need an expression like this &lt;/P&gt;&lt;P&gt;&amp;nbsp; if (Dimensionality()=1,' ',&lt;/P&gt;&lt;P&gt; (if (Dimensionality()=2 and &lt;STRONG&gt;date&amp;gt;'01/06/2017',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; 'Hello'&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;But it doesn't work (when i delete the condition of date it display hello...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327303#M9656</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-06-07T11:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327304#M9657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Makedate() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; if (Dimensionality()=1,' ',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(if (Dimensionality()=2 and &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;date&amp;gt;MakeDate(2017, 6, 1),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Hello'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327304#M9657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327305#M9658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny but it doesn't work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327305#M9658</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-06-07T11:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327306#M9659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is date a true date field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327306#M9659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327307#M9660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes yes it's like 01/01/2017 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327307#M9660</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-06-07T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327308#M9661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then no idea &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327308#M9661</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T11:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition with date</title>
      <link>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327309#M9662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know your dimensions?&lt;/P&gt;&lt;P&gt;I tried i can do with your expression when i put my date as my second dimensions.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You should try that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why you want to filter the date? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 12:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/IF-condition-with-date/m-p/1327309#M9662</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2017-06-07T12:26:43Z</dc:date>
    </item>
  </channel>
</rss>

