<?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: If statement in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121703#M26703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 18:17:03 GMT</pubDate>
    <dc:creator>wanyunyang</dc:creator>
    <dc:date>2018-07-24T18:17:03Z</dc:date>
    <item>
      <title>If statement</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121698#M26698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlik Sense, I have a table with two fields: &lt;EM&gt;&lt;STRONG&gt;Customer, Status&lt;/STRONG&gt;. &lt;/EM&gt;I only want to show those customers with status: &lt;STRONG&gt;&lt;EM&gt;open&lt;/EM&gt;&lt;/STRONG&gt; or &lt;STRONG&gt;&lt;EM&gt;paused.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My function for Customer dimension is like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;if(match(Status, 'open', 'paused'), Customer)&lt;/EM&gt;&lt;/STRONG&gt;.&amp;nbsp; But it doesn't work. How can I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121698#M26698</guid>
      <dc:creator>wanyunyang</dc:creator>
      <dc:date>2018-07-24T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121699#M26699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({&amp;lt;Status = {'open', 'paused'}&amp;gt;} Customer), Customer)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121699#M26699</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T16:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121700#M26700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case, you can try to limit in WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, Status&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Status = 'open' and Status = 'paused';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If is in the application the expression works here.&lt;/P&gt;&lt;P&gt;=if(Match(&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;Status&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,'&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;open&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;paused&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;'),&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;Customer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you need to exclude null to only apears open and paused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It help's ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121700#M26700</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-07-24T16:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121701#M26701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you Sunny! It works! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;May I have one more question? If one customer has both open and paused status, will this function show them both?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121701#M26701</guid>
      <dc:creator>wanyunyang</dc:creator>
      <dc:date>2018-07-24T18:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121702#M26702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121702#M26702</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-24T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121703#M26703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/If-statement/m-p/121703#M26703</guid>
      <dc:creator>wanyunyang</dc:creator>
      <dc:date>2018-07-24T18:17:03Z</dc:date>
    </item>
  </channel>
</rss>

