<?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: Expressions with Conditions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557461#M40594</link>
    <description>&lt;P&gt;You could solve it by using set analysis&lt;/P&gt;&lt;P&gt;Male:&lt;/P&gt;&lt;PRE&gt;= count({&amp;lt;Gender={'Male','MALE','rbtMale'}&amp;gt;}UserID) &lt;/PRE&gt;&lt;P&gt;Female:&lt;/P&gt;&lt;PRE&gt;= count({&amp;lt;Gender={'Female','FEMALE','rbtFemale'}&amp;gt;}UserID) &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vegar&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 22:20:07 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-03-15T22:20:07Z</dc:date>
    <item>
      <title>Expressions with Conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557375#M40586</link>
      <description>&lt;P&gt;I am creating a simple pie chart for gender. The data set has these possible values for Gender&lt;/P&gt;&lt;P&gt;-FEMALE, Female, MALE, Male, rbtFemale and rbtMale&lt;/P&gt;&lt;P&gt;I want to create the chart where I group the Female, FEMALE and rbtFemale into a expression as Female and the same for Male.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I think my expression would be something similar to =Count(If(Gender ='Male' or Gender ='MALE' or Gender = 'rbtMale', UserID)) but I do not get the expected results&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 18:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557375#M40586</guid>
      <dc:creator>EvanBarrick</dc:creator>
      <dc:date>2019-03-15T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions with Conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557443#M40591</link>
      <description>What about  If(Gender ='Male' or Gender ='MALE' or Gender = 'rbtMale', count UserID) ?&lt;BR /&gt;&lt;BR /&gt;You may be able to use  substring function,  but I think you will have to use a function to change everything to lower case and look for the substring "Male" after it.</description>
      <pubDate>Fri, 15 Mar 2019 21:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557443#M40591</guid>
      <dc:creator>Wlad_Masi</dc:creator>
      <dc:date>2019-03-15T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions with Conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557461#M40594</link>
      <description>&lt;P&gt;You could solve it by using set analysis&lt;/P&gt;&lt;P&gt;Male:&lt;/P&gt;&lt;PRE&gt;= count({&amp;lt;Gender={'Male','MALE','rbtMale'}&amp;gt;}UserID) &lt;/PRE&gt;&lt;P&gt;Female:&lt;/P&gt;&lt;PRE&gt;= count({&amp;lt;Gender={'Female','FEMALE','rbtFemale'}&amp;gt;}UserID) &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vegar&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 22:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expressions-with-Conditions/m-p/1557461#M40594</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-15T22:20:07Z</dc:date>
    </item>
  </channel>
</rss>

