<?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: How to create expression with multiple &amp;quot;options&amp;quot; in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122327#M19416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the + sign works as an OR operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the following is what you're looking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[QID_Data.Incident Type]={'Internal Issue'}&amp;gt;+&amp;lt;[QID_Data.Facility Entered] = {'WM','HMail','HPrint'}&amp;gt;} [Action #])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 16:31:54 GMT</pubDate>
    <dc:creator>danansell42</dc:creator>
    <dc:date>2016-06-27T16:31:54Z</dc:date>
    <item>
      <title>How to create expression with multiple "options"</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122324#M19413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I'm trying to write an expression that will bring the results for all of my data that was collected at the following facilities: HMail, HPrint and WM.&amp;nbsp; These facilities are independent, i.e. only 1 facility can be tied to each data point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the Set Analysis Wizard and tried the following &lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[QID_Data.Incident Type]={'Internal Issue'},[QID_Data.Facility Entered]={'WM'}&amp;gt;}{$&amp;lt;[QID_Data.Incident Type]={'Internal Issue'},[QID_Data.Facility Entered]={'HMail'}&amp;gt;}{$&amp;lt;[QID_Data.Incident Type]={'Internal Issue'},[QID_Data.Facility Entered]={'HPrint'}&amp;gt;}[Action #])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The equation is treating the data like they all have to match.&amp;nbsp; How can I write it so that my results will bring me anything that contains HMail -or - HPrint - or WM?&amp;nbsp; If I were to use the "Exclusion" piece, I would need it to exclude "CH" and "LF".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Meg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122324#M19413</guid>
      <dc:creator />
      <dc:date>2024-11-16T10:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create expression with multiple "options"</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122325#M19414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({$&amp;lt;[QID_Data.Incident Type] = {'Internal Issue'}, [QID_Data.Facility Entered] = {'WM', 'HMail', 'HPrint'}&amp;gt;} [Action #])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122325#M19414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-27T16:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create expression with multiple "options"</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122326#M19415</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>Mon, 27 Jun 2016 16:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122326#M19415</guid>
      <dc:creator />
      <dc:date>2016-06-27T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create expression with multiple "options"</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122327#M19416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the + sign works as an OR operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the following is what you're looking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[QID_Data.Incident Type]={'Internal Issue'}&amp;gt;+&amp;lt;[QID_Data.Facility Entered] = {'WM','HMail','HPrint'}&amp;gt;} [Action #])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-expression-with-multiple-quot-options-quot/m-p/1122327#M19416</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-06-27T16:31:54Z</dc:date>
    </item>
  </channel>
</rss>

