<?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: Qlik Sense Dimension Limitation issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1556580#M40403</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you mind actually sharing your resolution when actually saying you fixed it?&lt;/P&gt;&lt;P&gt;I think I have a similar problem. Please post your formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 14:06:08 GMT</pubDate>
    <dc:creator>lukasmo1207</dc:creator>
    <dc:date>2019-03-14T14:06:08Z</dc:date>
    <item>
      <title>Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437751#M34601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling with getting the proper data to display within my bar chart. I want to display the bottom 10 product lines we have by revenue. When I add a limitation to the Dimension (Product Line), I cant seem to have it display the bottom 10. We have several product lines that come in at 0 at the present time due to data not being filled in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when I limit by fixed number &amp;amp; bottom 10, I only get the 0's to display. When I then uncheck display zero values in the add on, data handling area, I get an error that says "The selections generated no data for this chart".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this one - we have been trying to fix this for quite some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Russ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437751#M34601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437752#M34602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to supply some dummy raw data with the output you are looking to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437752#M34602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T12:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437753#M34603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this time, I do not think so...we are still trying to solve this without sampling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension is just:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Product Line]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revenue measure is:&lt;/P&gt;&lt;P&gt;sum(if(Year&amp;gt;2016 and [Financial View]='Budgeted',[Revenue (dollars)],if(Year&amp;lt;2017 and [Financial View]='Actual',[Revenue (dollars)],0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attempted the formula you suggested last week, and I could not get it to change anything on the display when I replaced the measure expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437753#M34603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437754#M34604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On a fixed number limitation with the bottom field selected,&lt;/P&gt;&lt;P&gt;In the expression field: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13 + Count({&amp;lt;[Revenue (dollars)]-={'0'}&amp;gt;}[Product Line])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worked on a general display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we filtered by business segment or anything though, this did not continue to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437754#M34604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437755#M34605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;At this time, I do not think so...we are still trying to solve this without sampling.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For somebody who is trying to solve this for quite some time, I would have thought would have learned there lesson that some problems are difficult to address without having to take a look at a sample.... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you still want to try a little more... I am good with that, I will wait for the time when you think it is appropriate to share a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/31487"&gt;How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437755#M34605</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437756#M34606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am exploring options before venturing down the sample route. This issue does not seem to be difficult to explain without supplying sample data, is there something you are not understanding from my issue posts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437756#M34606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437757#M34607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know the steps for supplying sample data in case that is an option we decide to take?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437757#M34607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T12:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437758#M34608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand the issue, but I just don't know how your data looks like, how are you connecting different fields and what are you getting more selection in business segment and what you are hoping to see after selection &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437758#M34608</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T12:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437759#M34609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For attaching something here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a place which can help you generate some mock-up data&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mockaroo.com/" title="https://www.mockaroo.com/"&gt;Mockaroo - Random Data Generator | CSV / JSON / SQL / Excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437759#M34609</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437760#M34610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahhh ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will explain here and lets see if we can shed some light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have a bar chart that with no limitation shows about 100 product lines total. about 20 of them have data filled in and are displaying, numbers&amp;nbsp; like 2,300, 3,400 etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now these product lines are categorized under product units (and there is about 10 of these that all the different product lines belong to), then those product units are categorized under main business segments. (there are 4 main business segments)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is setup in the table by revenue (measure) and product line (dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we want to see is the bottom 10 product lines no matter what filter is applied. Right? So, if I sort by overall business segment, I would like to see bottom 10 product lines by revenue across all product units. if I sort by an individual product unit, bottom 10 or as many as there for that product unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have filters for business segment, product unit, and year (I don't think this applies)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your thoughts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437760#M34610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437761#M34611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;What we want to see is the bottom 10 product lines no matter what filter is applied. Right? So, if I sort by overall business segment, I would like to see bottom 10 product lines by revenue across all product units.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So when a business segment is selected, you want to see the bottom 10 product lines within that business segment only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression you are using today?&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;13 + Count({&amp;lt;[Revenue (dollars)]-={'0'}&amp;gt;}[Product Line])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the significance of 13 here?....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You issue is that once you select a business segment, everything goes away? But the above expression shouldn't do that... I mean I don't see a reason why it would give you problems when you select business segment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437761#M34611</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437762#M34612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when a business segment is selected, you want to see the bottom 10 product lines within that business segment only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Yes, even if there are less than 10 product lines, we want to see the bottom x number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression you are using today?&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;13 + Count({&amp;lt;[Revenue (dollars)]-={'0'}&amp;gt;}[Product Line])&lt;/STRONG&gt;&lt;/SPAN&gt;&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;-Yes, the 13 is not significant - we just used a number until 10 displayed. for some reason we had to type 13 to display 10 on the bar chart....working on it this morning - typing 1 + .... now shows the 10 product lines&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the significance of 13 here?....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no significance -&amp;gt; it just worked on the non-filtered view and showed to bottom 10 when we do not display zero values....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, once we select a business segment, nothing is displayed and we get the&amp;nbsp; "The selections generated no data for this chart," even though we know there is data behind there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437762#M34612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T13:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437763#M34613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may we share a sample with you and not post to forum?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437763#M34613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T13:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437764#M34614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have requested to follow you, once you allow me to follow you, you should be able to send me message. I can share my email over the private message....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437764#M34614</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T13:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437765#M34615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does my reply help with what we are looking to go after?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437765#M34615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T13:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437766#M34616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did answer all the things, but its difficult to point out what might be going wrong...again things become easier when you see the issue... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437766#M34616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T13:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437767#M34617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok do you have any further thoughts on expressions or limitation we can try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437767#M34617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T13:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437768#M34618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437768#M34618</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T13:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437769#M34619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so if we could write an expression in the measure to limit it to only display results that are great than 0, we could just set the dimension limitation to bottom -&amp;gt; 10 and this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you write me an expression that limits the measure to only 10 results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437769#M34619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dimension Limitation issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437770#M34620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it! with a dimension expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 16:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dimension-Limitation-issue/m-p/1437770#M34620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-21T16:20:13Z</dc:date>
    </item>
  </channel>
</rss>

