<?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: Calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985229#M336154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clear on your business logic, but it appears that you're looking for the max value for each ID/Name combination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case you could use a group by and do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load id, name, MAX(value)&lt;/P&gt;&lt;P&gt;Resident &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;Group By id, name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should provide the result set you're looking for in this particular case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-cb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 20:29:34 GMT</pubDate>
    <dc:creator>chancekbarkley</dc:creator>
    <dc:date>2015-10-28T20:29:34Z</dc:date>
    <item>
      <title>Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985228#M336153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the data source as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id , name , value&lt;/P&gt;&lt;P&gt;1 ,cd,23&lt;/P&gt;&lt;P&gt;2,aa,24&lt;/P&gt;&lt;P&gt;2,aa,25&lt;/P&gt;&lt;P&gt;3,bb,1&lt;/P&gt;&lt;P&gt;3,bb,2&lt;/P&gt;&lt;P&gt;4,ee,3&lt;/P&gt;&lt;P&gt;5,ff,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the condition as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;aa&amp;gt;24 and bb&amp;gt;1 and &lt;/SPAN&gt;i need the table to show as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;id , name , value&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1 ,cd,23&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;2,aa,25&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;3,bb,2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;4,ee,3&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;5,ff,4&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;How to implement it?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 20:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985228#M336153</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-10-28T20:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985229#M336154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clear on your business logic, but it appears that you're looking for the max value for each ID/Name combination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case you could use a group by and do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load id, name, MAX(value)&lt;/P&gt;&lt;P&gt;Resident &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;Group By id, name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should provide the result set you're looking for in this particular case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-cb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 20:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985229#M336154</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2015-10-28T20:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985230#M336155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks cb, May be i didn't put the question in the right way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to implement it at the UI level. User will define the filter condition as aa&amp;gt;24 . And the table will all the rows as is except for the aa ( Will show only one row for aa 25).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;id , name , value&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;1 ,cd,23&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;2,aa,25&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;3,bb,2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;4,ee,3&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;5,ff,4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 20:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985230#M336155</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-10-28T20:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985231#M336156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This probably isn't the answer you're looking for, but I'm multitasking and this is the best I can come up with at the moment - if you're using a list box, you can click search(or just click in the header and start typing) and type a filter condition like name='aa' and Value&amp;gt;24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use aggregation functions in the search box in the UI as in SUM(Value)&amp;gt;24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course there is always set analysis as well, it just depends on how dynamic it needs to be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 21:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985231#M336156</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2015-10-28T21:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985232#M336157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is more dynamic meaning that user want to see all the rows and also restrict one product with specific criteria.Any suggestions on how to implement it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 21:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985232#M336157</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-10-28T21:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985233#M336158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you specifically want your users to enter a filter condition like 'aa&amp;gt;24' then one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189499_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103400_QlikCommunity_Thread_189499_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189499_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103401_QlikCommunity_Thread_189499_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189499_Pic4.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/103402_QlikCommunity_Thread_189499_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189499_Pic3.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/103403_QlikCommunity_Thread_189499_Pic3.JPG" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14460718853669502 jive_text_macro" jivemacro_uid="_14460718853669502"&gt;
&lt;P&gt;=Sum({$-$&amp;lt;name={"$(=SubField(vSelStr,'&amp;gt;',1))"}&amp;gt;+$&amp;lt;name={"$(=SubField(vSelStr,'&amp;gt;',1))"}, value={"&amp;gt;$(=SubField(vSelStr,'&amp;gt;',2))"}&amp;gt;} 1)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 22:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985233#M336158</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-28T22:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985234#M336159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about a table box with an input field to set the min value, then a straight table to show the list using a calculated dimension for the value? Example attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Hover over the field and click the carrot to enter edit mode:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic Value Filter - Input Box Selector.png" class="jive-image image-1" height="140" src="/legacyfs/online/103456_Dynamic Value Filter - Input Box Selector.png" width="312" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Change the value to the minimum you desire for that ID/Name combination:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic Value Filter - Input Box value Change.png" class="jive-image image-2" height="145" src="/legacyfs/online/103457_Dynamic Value Filter - Input Box value Change.png" width="314" /&gt;&lt;/P&gt;&lt;P&gt;3. Hit enter and the filter updates the straight table to the right. Note that AA only has a single value:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic Value Filter - Results.png" class="jive-image image-3" src="/legacyfs/online/103458_Dynamic Value Filter - Results.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't thought through how to handle the extra column.&amp;nbsp; I set the expression equal to 1, put a space in the label, and changed it to a LED chart so it would be empty.&amp;nbsp; I'm sure there is a better way to handle it, but if all you want is a list based on user filter criteria, maybe this will do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-CB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 11:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985234#M336159</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2015-10-29T11:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985235#M336160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks CB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Its good solution to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 16:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/985235#M336160</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-10-29T16:42:30Z</dc:date>
    </item>
  </channel>
</rss>

