<?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: QlikSense Filter Value (If Condition ?) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-Filter-Value-If-Condition/m-p/1891911#M73496</link>
    <description>&lt;P&gt;am i right that you want somethin like this?&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;CountryGroup&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#0000FF"&gt;Country1&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#0000FF"&gt;France&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#0000FF"&gt;USA&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#993300"&gt;Country&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#993300"&gt;France&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;I would do this in a seperate table using the Inline Load:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CountryGroup:
Load * Inline [
Country, CountryGroup
France, Country
France, Country1
USA, Country 1
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 10:56:15 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-02-11T10:56:15Z</dc:date>
    <item>
      <title>QlikSense Filter Value (If Condition ?)</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Filter-Value-If-Condition/m-p/1891562#M73474</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am trying to create a new Column using some "If" Condition Logic which can be used as a Filter on Top of the Sheet, but dealing with a issue. Example my condition is (If(Country='France' OR Country='USA','Country1',if(Country='France', Country) as Column. So I am deriving a new Column based on if conditions, if the user selects Column Filter and Value=Country1, it should display France, other use case if user selects Country also it should display France.&lt;/P&gt;
&lt;P&gt;Basically France should be display in Country1 and Country. The challenge I am Facing here is that France is already flowing to Value 'Country1' as a first if condition, how could we show France in both 'Country1' and 'Country'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 14:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Filter-Value-If-Condition/m-p/1891562#M73474</guid>
      <dc:creator>QlikEnth</dc:creator>
      <dc:date>2022-02-10T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Filter Value (If Condition ?)</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Filter-Value-If-Condition/m-p/1891911#M73496</link>
      <description>&lt;P&gt;am i right that you want somethin like this?&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;CountryGroup&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#0000FF"&gt;Country1&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#0000FF"&gt;France&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#0000FF"&gt;USA&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#993300"&gt;Country&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;FONT color="#993300"&gt;France&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;I would do this in a seperate table using the Inline Load:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CountryGroup:
Load * Inline [
Country, CountryGroup
France, Country
France, Country1
USA, Country 1
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 10:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Filter-Value-If-Condition/m-p/1891911#M73496</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-11T10:56:15Z</dc:date>
    </item>
  </channel>
</rss>

