<?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 How to limit chart dimension by exact string value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870870#M12036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i limit a chart dimension by an exact value that is a string and not a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Dimension : &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Car_Brands&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Values : BrandA, BrandB, BrandX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to limit this dimension inside a chart to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Car_Brands = '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;BrandX&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this with the setting on the right =&amp;gt; Limit =&amp;gt; Exact value =&amp;gt; Expresion Editor using this expression :&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Car_Brands = '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;BrandX&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achive that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 08:35:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-11T08:35:24Z</dc:date>
    <item>
      <title>How to limit chart dimension by exact string value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870870#M12036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i limit a chart dimension by an exact value that is a string and not a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Dimension : &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Car_Brands&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Values : BrandA, BrandB, BrandX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to limit this dimension inside a chart to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Car_Brands = '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;BrandX&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this with the setting on the right =&amp;gt; Limit =&amp;gt; Exact value =&amp;gt; Expresion Editor using this expression :&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Car_Brands = '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;BrandX&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achive that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870870#M12036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit chart dimension by exact string value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870871#M12037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the dimension tab press Edit and write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;If(Car_Brands = '&lt;SPAN style="font-size: 13.33px;"&gt;BrandX&lt;/SPAN&gt;', &lt;SPAN style="font-size: 13.33px;"&gt;Car_Brands, Null())&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;then check the box "suppress when value is null"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;let me know ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870871#M12037</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-11T08:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit chart dimension by exact string value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870872#M12038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allesandro,&lt;/P&gt;&lt;P&gt;this works, but its not a solution for the build in limitation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better would be just to type in the exact value inside the limit input box.&lt;/P&gt;&lt;P&gt;This is it how it should be as Qlik Sense users are not professionals and should use as less as possible script functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems tha QlikSense allows only to limit numeric values, but especially dimensions have mostly string values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 09:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870872#M12038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T09:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit chart dimension by exact string value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870873#M12039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paul... actually i think it's simple as Alessandro said... i just tried here and in Fixed number (mine is in portuguese &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ) , i only put the Dim2='a' and it works... , try putting the Inferior limitation.... &lt;IMG alt="Screen Shot 2015-06-11 at 19.19.43.png" class="jive-image image-1" src="/legacyfs/online/89185_Screen Shot 2015-06-11 at 19.19.43.png" style="height: 566px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 22:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870873#M12039</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2015-06-11T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit chart dimension by exact string value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870874#M12040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the most non-technical user - give them a filter Car_Brands.&amp;nbsp; What's wrong with the good old selections? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 02:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870874#M12040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-12T02:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit chart dimension by exact string value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870875#M12041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;can you please attach your example as we could not reproduce your example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 07:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-chart-dimension-by-exact-string-value/m-p/870875#M12041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-12T07:41:44Z</dc:date>
    </item>
  </channel>
</rss>

