<?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: Table with Yes or No based on Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117468#M756785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another solution may be like Add pivot with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;Id&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;= If(Count(ID) = 1, 'Yes', 'No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213326_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 20:52:40 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-09-11T20:52:40Z</dc:date>
    <item>
      <title>Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117464#M756781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me to create table with Yes or No. Yes and highlighted with No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213308_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 2016&lt;/P&gt;&lt;P&gt;];&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/Table-with-Yes-or-No-based-on-Date/m-p/117464#M756781</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117465#M756782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pivot Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension1 = ID&lt;/P&gt;&lt;P&gt;Dimension2 = Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression = if(concat(Date,',',Date)&amp;lt;&amp;gt;'','Yes','No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then drag Date Dimension to the upper right until you see a blue horizontal line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213310_Unbenannt.png" style="height: 260px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 19:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117465#M756782</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-11T19:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117466#M756783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 19:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117466#M756783</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-09-11T19:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117467#M756784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another possible pivot table expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15366990867266260 jive_text_macro" jivemacro_uid="_15366990867266260"&gt;
&lt;P&gt;If(Count(ID),'Yes','No')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117467#M756784</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-11T20:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117468#M756785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another solution may be like Add pivot with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;Id&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;= If(Count(ID) = 1, 'Yes', 'No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213326_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117468#M756785</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T20:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117469#M756786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha. Almost sneaked your thought process. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117469#M756786</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-11T20:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table with Yes or No based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117470#M756787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;indeed&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-Yes-or-No-based-on-Date/m-p/117470#M756787</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-11T20:54:56Z</dc:date>
    </item>
  </channel>
</rss>

