<?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) is not using dimensions for calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285415#M26923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using 1 dimension and 2 expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Container_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Max(Action-Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstedSortedValue(Step_Name, -Action-Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Also checkout how FirstSortedValue() function work&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9044"&gt;Value Associated with Min/Max Value of Another Field (Front End Solution)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2016 14:57:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-21T14:57:56Z</dc:date>
    <item>
      <title>Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285414#M26922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I am running at the moment in really weird problem and can not come up with any conclusions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Data looks like that:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Container-Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Action-Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Step-Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;03.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-1-V&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container43&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container43&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have table with the max step name the container past in time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my result should look like that:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Container-Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Action-Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Step-Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-1-V&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container43&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I set up a table with Container-Name as dimension and &lt;SPAN style="font-family: 'courier new', courier;"&gt;AGGR(max(Action-Date), Container-Name)&lt;/SPAN&gt; as second dimension. If I now add the fact MaxString(Step-Name) the result looks for max string in all containers and not with the maximum date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So my result looks like that:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Container-Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Action-Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Step-Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;StepName-3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container43&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;StepName-B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It seams like the fact column would ignore the two dimensions before hand?&lt;/P&gt;&lt;P&gt;Why?? Do I have a wrong understanding of dimensions and facts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to solve the problem with set analysis and only the container as dimension:&lt;/P&gt;&lt;P&gt;maxstring({$&amp;lt;Action-Date= {'&amp;amp;(=max(Action-Date))'}&amp;gt;}StepName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result where right but just for one Container, so Qlik took the max-Date from all dates, ignoring the dimension again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Container-Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Step-Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;StepName-1-V&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Container43&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to combine the set analysis with AGGR but the result is still wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I really miss or does Qlik have a problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thank full for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 14:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285414#M26922</guid>
      <dc:creator>sirpod90</dc:creator>
      <dc:date>2016-11-21T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285415#M26923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using 1 dimension and 2 expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Container_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Max(Action-Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstedSortedValue(Step_Name, -Action-Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Also checkout how FirstSortedValue() function work&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9044"&gt;Value Associated with Min/Max Value of Another Field (Front End Solution)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 14:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285415#M26923</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-21T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285416#M26924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works if the container passed one Step-Name but if not the result is empty even so the date is unique &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 Nov 2016 15:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285416#M26924</guid>
      <dc:creator>sirpod90</dc:creator>
      <dc:date>2016-11-21T15:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285417#M26925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have multiple Step_Names for each date and container?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 15:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285417#M26925</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-21T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285418#M26926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I have multiple rows, that is the point i didn't realized!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to get the first sorted value ordered by 2 parameters, or do I have to use a set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285418#M26926</guid>
      <dc:creator>sirpod90</dc:creator>
      <dc:date>2016-11-21T16:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285419#M26927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you want to show all the steps for the highest date within a container or pick one of the steps from the list? If it is the later, how do you plan to pick one? MaxString(Step Name)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285419#M26927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-21T16:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285420#M26928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; text-decoration: underline; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Container-Name&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Action-Date&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Step-Name&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;ID&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;02.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;03.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;04.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-1-V&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container43&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-A&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;05&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container43&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-B&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;06&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;05.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-1-C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;05.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-1-D&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show one container step with the highest date and id. But the id is not in the right order, it is just relevant if i have more steps in the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my results should look like that:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; text-decoration: underline; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Container-Name&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Action-Date&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Step-Name&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container43&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;01.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-B&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Container12&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;05.01.2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;StepName-1-D&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285420#M26928</guid>
      <dc:creator>sirpod90</dc:creator>
      <dc:date>2016-11-21T16:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285421#M26929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimension&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Container_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Date(Max(Action-Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FirstedSortedValue(Step_Name, -&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;Action-Date &lt;SPAN style="color: #ff0000;"&gt;+ (ID/1E10))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285421#M26929</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-21T16:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285422#M26930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Great and fast response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/love.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285422#M26930</guid>
      <dc:creator>sirpod90</dc:creator>
      <dc:date>2016-11-21T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285423#M26931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Could you pl help to understand the 1E10 &lt;SPAN style="color: #222222; font-family: arial, sans-serif-light, sans-serif; font-size: small;"&gt;divisor&lt;/SPAN&gt;, didn't get that. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Digvijay,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285423#M26931</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-11-21T17:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik (Sense) is not using dimensions for calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285424#M26932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It just means, that the ID is devided by 10 to the power 10 &lt;/P&gt;&lt;P&gt;ID / 10000000000&lt;/P&gt;&lt;P&gt;So that the first parameter (Date/Time) weight more than the ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-is-not-using-dimensions-for-calculation/m-p/1285424#M26932</guid>
      <dc:creator>sirpod90</dc:creator>
      <dc:date>2016-11-21T17:16:07Z</dc:date>
    </item>
  </channel>
</rss>

