<?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: expression help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504590#M103802</link>
    <description>&lt;P&gt;Data:&lt;BR /&gt;LOAD lease, &lt;BR /&gt;review,&lt;BR /&gt;date&lt;BR /&gt;FROM&lt;BR /&gt;[&lt;A href="https://community.qlik.com/t5/App-Development/expression-help/td-p/2504578" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/App-Development/expression-help/td-p/2504578&lt;/A&gt;]&lt;BR /&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;
&lt;P&gt;left join(Data)&lt;BR /&gt;Load lease, &lt;BR /&gt;count(distinct review) as review_cnt&lt;BR /&gt;Resident Data&lt;BR /&gt;Group By lease;&lt;BR /&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Output:&lt;BR /&gt;Load *&lt;BR /&gt;Resident Data&lt;BR /&gt;Where review = 'Initial Rent' and review_cnt = 1;&lt;BR /&gt;Drop Table Data;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2504578 -  exclude rows with a specific column value and with multiple other column values (1).PNG" style="width: 520px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177257i64263BA84D8C22A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2504578 -  exclude rows with a specific column value and with multiple other column values (1).PNG" alt="2504578 -  exclude rows with a specific column value and with multiple other column values (1).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 11:26:08 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2025-02-05T11:26:08Z</dc:date>
    <item>
      <title>expression help</title>
      <link>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504578#M103798</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have data as below. Here I have to &lt;STRONG&gt;exclude&lt;/STRONG&gt; dates where&amp;nbsp;&lt;STRONG&gt;review =&amp;nbsp;Market Review&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;But in the below example&amp;nbsp;&lt;STRONG&gt;24000445 &lt;/STRONG&gt;shared both&amp;nbsp;Initial Rent and&amp;nbsp;&amp;nbsp;Market Review which I have to exclude&amp;nbsp;24000445.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 519pt;" border="0" width="693" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 173pt;" span="3" width="231" /&gt; &lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="231" height="20" class="xl65" style="height: 15.0pt; width: 173pt;"&gt;lease&lt;/TD&gt;
&lt;TD width="231" class="xl66" style="border-left: none; width: 173pt;"&gt;review&lt;/TD&gt;
&lt;TD width="231" class="xl66" style="border-left: none; width: 173pt;"&gt;date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="231" height="20" align="right" class="xl67" style="height: 15.0pt; border-top: none; width: 173pt;"&gt;24000445&lt;/TD&gt;
&lt;TD width="231" class="xl69" style="border-top: none; border-left: none; width: 173pt;"&gt;Initial Rent&lt;/TD&gt;
&lt;TD width="231" align="right" class="xl68" style="border-top: none; border-left: none; width: 173pt;"&gt;10/12/2018&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="231" height="20" align="right" class="xl67" style="height: 15.0pt; border-top: none; width: 173pt;"&gt;24000445&lt;/TD&gt;
&lt;TD width="231" class="xl69" style="border-top: none; border-left: none; width: 173pt;"&gt;Market Review&lt;/TD&gt;
&lt;TD width="231" align="right" class="xl68" style="border-top: none; border-left: none; width: 173pt;"&gt;10/12/2018&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" style="height: 15.0pt;"&gt;28939933&lt;/TD&gt;
&lt;TD width="231" class="xl69" style="border-top: none; width: 173pt;"&gt;Initial Rent&lt;/TD&gt;
&lt;TD width="231" align="right" class="xl68" style="border-top: none; border-left: none; width: 173pt;"&gt;09/04/2027&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" style="height: 15.0pt;"&gt;26907933&lt;/TD&gt;
&lt;TD width="231" class="xl69" style="border-top: none; width: 173pt;"&gt;Market Review&lt;/TD&gt;
&lt;TD width="231" align="right" class="xl68" style="border-top: none; border-left: none; width: 173pt;"&gt;05/10/2029&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Required output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 519pt;" border="0" width="690px" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 173pt;" span="3" width="231" /&gt; &lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="230.344px" height="20" class="xl65" style="height: 15.0pt; width: 173pt;"&gt;lease&lt;/TD&gt;
&lt;TD width="230.281px" class="xl66" style="border-left: none; width: 173pt;"&gt;review&lt;/TD&gt;
&lt;TD width="230.375px" class="xl66" style="border-left: none; width: 173pt;"&gt;date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="230.344px" height="20" align="right" style="height: 15.0pt;"&gt;28939933&lt;/TD&gt;
&lt;TD width="230.281px" class="xl68" style="border-top: none; width: 173pt;"&gt;Initial Rent&lt;/TD&gt;
&lt;TD width="230.375px" align="right" class="xl67" style="border-top: none; border-left: none; width: 173pt;"&gt;09/04/2027&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 05 Feb 2025 10:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504578#M103798</guid>
      <dc:creator>Krish2459_58</dc:creator>
      <dc:date>2025-02-05T10:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504583#M103801</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;this should work&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;Data:&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;Wildmatch(Window(Concat(review),lease),'*Market Review*') as Del&lt;BR /&gt;Inline [&lt;BR /&gt;lease ,review, date&lt;BR /&gt;24000445, Initial Rent, 10/12/2018&lt;BR /&gt;24000445, Market Review, 10/12/2018&lt;BR /&gt;28939933, Initial Rent, 09/04/2027&lt;BR /&gt;26907933, Market Review, 05/10/2029]&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;&lt;BR /&gt;Final:&lt;BR /&gt;Load&lt;BR /&gt;lease,&lt;BR /&gt;review,&lt;BR /&gt;date&lt;BR /&gt;Resident Data&lt;BR /&gt;where Del&amp;lt;&amp;gt;1;&lt;BR /&gt;&lt;BR /&gt;drop table Data;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2025 10:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504583#M103801</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2025-02-05T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504590#M103802</link>
      <description>&lt;P&gt;Data:&lt;BR /&gt;LOAD lease, &lt;BR /&gt;review,&lt;BR /&gt;date&lt;BR /&gt;FROM&lt;BR /&gt;[&lt;A href="https://community.qlik.com/t5/App-Development/expression-help/td-p/2504578" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/App-Development/expression-help/td-p/2504578&lt;/A&gt;]&lt;BR /&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;
&lt;P&gt;left join(Data)&lt;BR /&gt;Load lease, &lt;BR /&gt;count(distinct review) as review_cnt&lt;BR /&gt;Resident Data&lt;BR /&gt;Group By lease;&lt;BR /&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Output:&lt;BR /&gt;Load *&lt;BR /&gt;Resident Data&lt;BR /&gt;Where review = 'Initial Rent' and review_cnt = 1;&lt;BR /&gt;Drop Table Data;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2504578 -  exclude rows with a specific column value and with multiple other column values (1).PNG" style="width: 520px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177257i64263BA84D8C22A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2504578 -  exclude rows with a specific column value and with multiple other column values (1).PNG" alt="2504578 -  exclude rows with a specific column value and with multiple other column values (1).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 11:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/expression-help/m-p/2504590#M103802</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2025-02-05T11:26:08Z</dc:date>
    </item>
  </channel>
</rss>

