<?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: First Sorted Value Expression Prob in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810338#M1024262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankx Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 09:11:48 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-03-17T09:11:48Z</dc:date>
    <item>
      <title>First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810331#M1024255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am using an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(=FirstSortedValue('[' &amp;amp; $(vDim) &amp;amp; ']' , _DimPosition , 1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vDim = subfield(_Dim , ':' , -1) and _&lt;SPAN style="font-size: 13.3333330154419px;"&gt;DimPosition has numerical values from 1 to 28. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;With ENable condition true with expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Getselectedcount(_Dim) &amp;gt;= 1 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Now , i dont understand what does BOTH above expression means and what does they returns ?&lt;/SPAN&gt;&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, 16 Mar 2015 13:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810331#M1024255</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-16T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810332#M1024256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil:&lt;/P&gt;&lt;P&gt;FirstSortedValue() --&amp;gt; Funtion to return a value sorted by another field (or by load order)&lt;/P&gt;&lt;P&gt;'[' &amp;amp; $(vDim) &amp;amp; ']' --&amp;gt; This is the field you want the value&lt;/P&gt;&lt;P&gt;_DimPosition --&amp;gt; This field gives the sort order for the first field&lt;/P&gt;&lt;P&gt;1 --&amp;gt; Tells to get the first sorted value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it will return the &lt;EM&gt;first&lt;/EM&gt; value of &lt;EM&gt;'[' &amp;amp; $(vDim) &amp;amp; ']' &lt;/EM&gt;sorted by &lt;EM&gt;_DimPosition.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810332#M1024256</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-16T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810333#M1024257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanx but i have the same expressiona nd enable condition expression for 25 dimensions. Except the fact that for every consecutive expression numeric value increases from 1 o 25 i.e for second dimension expr is:&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: 12px;"&gt;=$(=FirstSortedValue('[' &amp;amp; $(vDim) &amp;amp; ']' , _DimPosition , 1))&amp;nbsp; and &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt; ENable condition true with expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Getselectedcount(_Dim) &amp;gt;= 2 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;I dono why this 25 times written . I ahve 28 dimensions as total. Can you explain.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810333#M1024257</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-16T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810334#M1024258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow 25 dimensions, I don't know if it's beacuse my limited english but i'm hardly imagine that table, I suposse you can't upload a sample, isn't it? will be nice to better understanding.&lt;/P&gt;&lt;P&gt;To give a guess, maybe the developer doesn't think more than 25 will be selected or some of them are mutual exclusive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is doing something like, if there is 1 &lt;EM&gt;_Dim&lt;/EM&gt; valueselected, it shows only the first expression. When you select 2 &lt;EM&gt;_Dim&lt;/EM&gt; values, the first two expressions are enabled, and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810334#M1024258</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-16T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810335#M1024259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstsortedvalue ([ distinct ] expression [, sort-weight [, n ]])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the first value of expression sorted by corresponding sort-weight when expression is iterated over a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: TimesNewRomanPSMT;"&gt;number of records as defined by a &lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: TimesNewRomanPS-BoldMT;"&gt;group by &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: TimesNewRomanPSMT;"&gt;clause. Sort-weight should return a numeric value where the lowest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value will render the corresponding value of expression to be sorted first. By preceding the sort-value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression with a minus sign, the function will return the last value instead. If more than one value of expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;share the same lowest sort-order, the function will return NULL. By stating an n larger than 1, the nth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: TimesNewRomanPSMT;"&gt;value in order will be returned. If the word &lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: TimesNewRomanPS-BoldMT;"&gt;distinct &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: TimesNewRomanPSMT;"&gt;occurs before the expression, all duplicates will be disregarded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: TimesNewRomanPSMT;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Customer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView 11.20 SR8 301&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;25 Script Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstsortedvalue(PurchasedArticle, OrderDate) as FirstProductBought&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from abc.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group by Customer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810335#M1024259</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-16T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810336#M1024260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ruben ,&lt;/P&gt;&lt;P&gt;let say my expression&amp;nbsp; is :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;=$(=FirstSortedValue('[' &amp;amp; $(vDim) &amp;amp; ']' , _DimPosition , 12)) , then does it means that i want :&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: 12px;"&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: 12px;"&gt;value of vDim&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: 12px;"&gt;which is at 12th position &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: 12px;"&gt;according to _DimPosition.&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: 12px;"&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: 12px;"&gt;Is it so?? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810336#M1024260</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-17T09:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810337#M1024261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810337#M1024261</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-17T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810338#M1024262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankx Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810338#M1024262</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-17T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810339#M1024263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;One question more:&lt;/P&gt;&lt;P&gt;If i have 3 enable condition as:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetSelectedCount(_Dim) &amp;gt;=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetSelectedCount(_Dim) &amp;gt;=2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetSelectedCount(_Dim) &amp;gt;=3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now if i select 3 dimensions then , wil all 3 enable conditions execute or only 3rd enable condition execute ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810339#M1024263</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-17T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810340#M1024264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If each enable condition is assigned to each expression, all 3 are enabled, as each enable condition is true.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810340#M1024264</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-17T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810341#M1024265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah actually all three enable condition is assigned to 3 different Calculated Dimension. Thanks i wanted to clear this doubt. And if i am not wrong if i select 3 dimension then all three enable condition and calculated dimension are executed to get 1st , 2nd and 3rd dimension as per &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; _DimPosition field&amp;nbsp; . For eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select dimension at pos 12 , 34 and 8 then final straight table contain columns starting with dim 8, 12 and 34 position. Is it ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810341#M1024265</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-17T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810342#M1024266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll need to check a sample to be sure, but that's what I understand it does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810342#M1024266</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-17T09:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value Expression Prob</title>
      <link>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810343#M1024268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohk but in case if you create sample and observer then let me know. Thankx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/First-Sorted-Value-Expression-Prob/m-p/810343#M1024268</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-03-17T10:19:24Z</dc:date>
    </item>
  </channel>
</rss>

