<?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: Specific value from within a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015136#M922191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a small Qlikview document that illustrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 13:57:39 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-04-27T13:57:39Z</dc:date>
    <item>
      <title>Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015133#M922188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm quite new to Qlikview and has startet creating smaller applications in an already set-up database. The issue is that i have a dimension/listbox with different values, if i create a chart for example i can plot:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =avg({&amp;lt;ValueCategory={'Colour'}&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Here i can then replace both "Colour" and "Value" with a few other parameters (amount, setpoint etc.), plotting by date for example. This works fine, but if for example i would like to do an expression counting the number of items in "Value" for a specific item in the list and dividing by a specific amount of the items (from Colour for example) without selecting that in the list it self, i get stuck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I can make it work by doing "=count({&amp;lt;Value={'&amp;gt;100'}&amp;gt;}Value)/count(Value)" but this of changes if i select something else than Colour in the list - is it possible to write it for the specific entry in the list, as "amount of numbers &amp;gt;100 of Colour(Value) / number of colour values"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope it makes sense, thanks in advance&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015133#M922188</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015134#M922189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ignore selections in one or more fields then add them to the set modifier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ignore selections in the Colour field:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=count({&amp;lt;&lt;STRONG&gt;Colour=&lt;/STRONG&gt;, Value={'&amp;gt;100'}&amp;gt;}Value)/count({&amp;lt;&lt;STRONG&gt;Colour=&lt;/STRONG&gt;,&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;To ignore all user selections you can use {1}:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Value={'&amp;gt;100'}&amp;gt;}Value)/count(&lt;STRONG&gt;{1}&lt;/STRONG&gt;Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If that doesn't answer your question then I misunderstood it. I hope that in that case you can explain in more detail or with another example what you want.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015134#M922189</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-25T16:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015135#M922190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the quick response, it's pretty tricky to explain, but the solutions seems to be close to what you gave above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have is a listbox/dimension called: "ValueCategory" in this box i can select colour, amount and so forth - each of the selected categories then has data in them in the form of "Value", "Limit" and "Setpoint" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then want to write an expression that regardless of the choice in the list/dimension "ValueCategory" returns the number of values (from "Value") found in for example colour, amount or whatever above &amp;gt;100 based on the range of dates i give in another list/calendar selecter, and then divide it by the total number og of values in the same category, again regardless of having selected for example colour in "ValueCategory" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that clarifies it a bit, I find it a quite hard to explain &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 06:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015135#M922190</guid>
      <dc:creator />
      <dc:date>2016-04-26T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015136#M922191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a small Qlikview document that illustrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 13:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015136#M922191</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-27T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015137#M922192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, I'm not sure how i can do that - I merely work in the (rather large) database which already has been created &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 19:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015137#M922192</guid>
      <dc:creator />
      <dc:date>2016-04-27T19:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015138#M922193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this document helps: &lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 16:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015138#M922193</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-28T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015139#M922194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried re-creating it as i see it here, I'm not much for putting up the real data. Hope this clarifies it, it's practically how the setup is - and thank you very much for trying to solve it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123223_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2016 16:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015139#M922194</guid>
      <dc:creator />
      <dc:date>2016-05-01T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015140#M922195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you have six tables with only one field each and all the tables are totally unrelated to each other. I don't see how you can calculate anything useful with that kind of data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015140#M922195</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-10T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015141#M922196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm starting to see that - but that is what i have. They are related though, as each product is produced a certain year or multiple. The valuecategory then holds all the parameters related to the product and value is then the number for that parameter, and lower and upper limit are the boundaries of this parameter pr. product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015141#M922196</guid>
      <dc:creator />
      <dc:date>2016-06-10T15:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015142#M922197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is a relationship between product and year then the model you posted is incomplete. Can you post something that is complete and correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015142#M922197</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-10T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015143#M922198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean - the product has a production date which relates it to the year and a recording date which relates it to the parameters in valuecategory in terms of calendar/time? Thanks for taking your time to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015143#M922198</guid>
      <dc:creator />
      <dc:date>2016-06-10T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015144#M922199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a field production date in your data model. That's what I mean by 'incomplete'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015144#M922199</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-10T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015145#M922200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data model is quite big. So i just showed the fields which i want to be interacting with. Is it too far fetched to get an idea of what i want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 18:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015145#M922200</guid>
      <dc:creator />
      <dc:date>2016-06-10T18:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Specific value from within a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015146#M922201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, so far it is. If I don't know how the fields are related to each other then I have no idea what you're talking about. If you can't create a simplified, but complete data model then I'm afraid you're on your own. Or you can hire a consultant to help you on-site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 05:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-value-from-within-a-dimension/m-p/1015146#M922201</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-11T05:50:24Z</dc:date>
    </item>
  </channel>
</rss>

