<?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 Multi-Box Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69358#M771190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write an expression in a multi-box to only include certain products in the product drop-down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write now I have:&lt;/P&gt;&lt;P&gt;=Product='RRMD' or Product ='RZT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, but instead of the text showing up, the product drop-down only shows 0 and -1. How can I get this to show the text values in the drop-down?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Multi-Box Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69358#M771190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write an expression in a multi-box to only include certain products in the product drop-down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write now I have:&lt;/P&gt;&lt;P&gt;=Product='RRMD' or Product ='RZT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, but instead of the text showing up, the product drop-down only shows 0 and -1. How can I get this to show the text values in the drop-down?&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/Multi-Box-Expression/m-p/69358#M771190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Box Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69359#M771192</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;well, 0 and -1 are the boolean values for FALSE and TRUE, respectively. Just change your expression to&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp; = IF((Product='RRMD' OR Product='RZT'), Product) &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69359#M771192</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2018-06-07T12:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Box Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69360#M771193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it by making it an if statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Product='RRMD' or Product='RZT'),Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69360#M771193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-07T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Box Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69361#M771194</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>Thu, 07 Jun 2018 12:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-Box-Expression/m-p/69361#M771194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-07T12:42:31Z</dc:date>
    </item>
  </channel>
</rss>

