<?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: Simple Conditional Expression on chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696795#M1067410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't use conditional&lt;/P&gt;&lt;P&gt;and try with this expression &lt;/P&gt;&lt;P&gt;pick(wildmatch(Category, '1', '2', '3', '4'), 1000,2000,3000, 4000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 08:31:53 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-09-03T08:31:53Z</dc:date>
    <item>
      <title>Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696791#M1067405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple chart with only one dimension "Category" and its values are : 1,2,3,4 .&lt;/P&gt;&lt;P&gt;I have created a very simple chart object on which on the dimension's tab I have only the "Category" dimension and on the expression tab I want to show static numbers with the "Conditional" button enabled for each category. &lt;/P&gt;&lt;P&gt;For example, if Category=1 I want the expression to return 1000 , if Category=2 I want the expression to return 2000 etc.&lt;/P&gt;&lt;P&gt;What is the expression I should use on the conditional box in the expression tab of my chart?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696791#M1067405</guid>
      <dc:creator />
      <dc:date>2014-09-03T08:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696792#M1067407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share the example, I cannot understand your request very well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696792#M1067407</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2014-09-03T08:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696793#M1067408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps, you don't need conditional expression but the main expression, like:&lt;/P&gt;&lt;P&gt;Dimension: Category&lt;/P&gt;&lt;P&gt;Expression: =Pick(Match(Category, '1', '2', '3', '4'), '1000', '2000', '3000', '4000')&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;If it follows a certain rule, try expression like: =Category*1000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696793#M1067408</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-03T08:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696794#M1067409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show the static number 1000 only when Category==1. Category is on the dimension's tab and it's values are 1,2,3,4. In the following screenshot on the yellow box I need the expression to make the check if ( category==1)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65789_Screenshot_1.jpg" style="width: 620px; height: 547px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696794#M1067409</guid>
      <dc:creator />
      <dc:date>2014-09-03T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696795#M1067410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't use conditional&lt;/P&gt;&lt;P&gt;and try with this expression &lt;/P&gt;&lt;P&gt;pick(wildmatch(Category, '1', '2', '3', '4'), 1000,2000,3000, 4000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696795#M1067410</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-03T08:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696796#M1067411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both answers mr tresesco and mr Massimo Grossi where correct and thank you very much for your valuable time. I hope to had the chance to mark both as correct. I wonder if anyone could inform me about any online developer guide or manual about set analysis functions and examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;TH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696796#M1067411</guid>
      <dc:creator />
      <dc:date>2014-09-03T08:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Simple Conditional Expression on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696797#M1067412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attched:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Conditional-Expression-on-chart/m-p/696797#M1067412</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-03T08:44:50Z</dc:date>
    </item>
  </channel>
</rss>

