<?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: Dynamic Sort value using IF in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085179#M941347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: updated sort order to be more intuitive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 00:19:26 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-01-28T00:19:26Z</dc:date>
    <item>
      <title>Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085172#M941340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one requirement I have two fields Region and Type.&lt;/P&gt;&lt;P&gt;Type contains different types like Diamond, Gold, Platinum, Silver etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my requirement I need to sort Type dynamically as below&lt;/P&gt;&lt;P&gt;Default sort order for Type is 1.Diamond, 2.Gold, 3.Platinum, 4.Silver&lt;/P&gt;&lt;P&gt;But&amp;nbsp; in AMS region we don't have Gold type here sort should be like 1.Diamond, 2.Platinum, 3.Silver&lt;/P&gt;&lt;P&gt;In Europe region we don't have Platinum type here sort should be like 1.Diamond, 2.Gold, 3.Silver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intension is first it should check the type if the value exists then assign number accordinglly.&lt;/P&gt;&lt;P&gt;If value is not exists then sort value should assign to next value as per order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display my values like Dimond-1,Gold-2,Platinum-3,Silver-4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me here to assign sort value dynaically using if condition or any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;QV11 User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085172#M941340</guid>
      <dc:creator />
      <dc:date>2016-01-27T16:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085173#M941341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define the Type field as a dual value with the text and numbers in the order you want and the field will then sortas you require.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/86646"&gt;Dual function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085173#M941341</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-01-27T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085174#M941342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Pivot table in your example, use the expression:&lt;/P&gt;&lt;P&gt;=Type &amp;amp; '-' &amp;amp; RowNo()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085174#M941342</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-27T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085175#M941343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;Actually my requirement is I need to pass Sort values dynamically in UI level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I click on AMS first it should start loop like if Diamond is available make it as 'Diamond-1'&lt;/P&gt;&lt;P&gt;Next it should search Gold if it's not there then it should search for Platinum then value as 'Platinum-2'&lt;/P&gt;&lt;P&gt;like that it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think using If it's possible but i'm not expert in creating IF loops&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;QV 11 User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085175#M941343</guid>
      <dc:creator />
      <dc:date>2016-01-27T17:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085176#M941344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand. You already have the correct sort order as alphabetical. Where in the UI do you want to display "Diamond-1"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 18:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085176#M941344</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-27T18:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085177#M941345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;If user selects Americas then&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; three values for Region should store in a variable like as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&amp;nbsp; Diamond-1,Platinum-2,Silver-3 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If user selects Europe then&lt;SPAN style="font-size: 10pt;"&gt; three values for Region should store in a variable like as &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"&amp;nbsp; Diamond-1,Gold-2,Silver-3 "&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;QV11 User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 19:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085177#M941345</guid>
      <dc:creator />
      <dc:date>2016-01-27T19:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085178#M941346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure where you want the display to be. Can you mark up a QVW or a drawing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 00:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085178#M941346</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-28T00:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085179#M941347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: updated sort order to be more intuitive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 00:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085179#M941347</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-28T00:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085180#M941348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time and solution.&lt;/P&gt;&lt;P&gt;This what exactly what i am expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting lot of support &amp;amp; Information over community. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;QV11 User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085180#M941348</guid>
      <dc:creator />
      <dc:date>2016-01-28T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085181#M941349</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;&lt;/P&gt;&lt;P&gt;Can u please explain here itself what you have done in above QVW. We have personal edition only here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 09:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085181#M941349</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2016-01-28T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085182#M941350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the script, second table added by me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14540046373241157" jivemacro_uid="_14540046373241157"&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;Region,Type&lt;/P&gt;
&lt;P&gt;Asia,Gold&lt;/P&gt;
&lt;P&gt;Asia,Diamond&lt;/P&gt;
&lt;P&gt;Asia,Platinum&lt;/P&gt;
&lt;P&gt;Asia,Silver&lt;/P&gt;
&lt;P&gt;America,Diamond&lt;/P&gt;
&lt;P&gt;America,Platinum&lt;/P&gt;
&lt;P&gt;America,Silver&lt;/P&gt;
&lt;P&gt;Europe,Gold&lt;/P&gt;
&lt;P&gt;Europe,Diamond&lt;/P&gt;
&lt;P&gt;Europe,Silver&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 * INLINE [&lt;/P&gt;
&lt;P&gt;Type, Order&lt;/P&gt;
&lt;P&gt;Diamond, 1&lt;/P&gt;
&lt;P&gt;Gold, 2,&lt;/P&gt;
&lt;P&gt;Platinum,3&lt;/P&gt;
&lt;P&gt;Silver,4&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select a Region, different sets of Type are possible, the OP want to add a custom order number 1.,2.,3. to each Type value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this using this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat( Aggr( Rank(-Order) &amp;amp; '. ' &amp;amp;Type, Type) , ';', Order)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 18:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085182#M941350</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-28T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085183#M941351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you extend your valuable help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data like as below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;Table1:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="dp-sql" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;LOAD&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; * Inline [&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Region,Type,SubREgion&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Asia,Gold, India&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Asia,Diamond,India&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Asia,Platinum,China&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Asia,Silver,India&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;America,Diamond,Washington&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;America,Platinum,Canada&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;America,Silver,Washington&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Europe,Gold,Ireland&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Europe,Diamond,France&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Europe,Silver,Ireland&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;];&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;In the previous solution it's working at Region level but If I create Table with SubRegion 'India' then the order should be Diamond-1,Gold-2,Silver-3. For SubRegion Washington table order should be Diamond-1,Silver-2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Is there any way If i select Region then Subregion values also dynamically sort based on available Types in that Subregion?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Before posting this i have tried in many ways and I gave up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Could you please help me here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;QV11 User&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 10:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085183#M941351</guid>
      <dc:creator />
      <dc:date>2016-01-31T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085184#M941352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this, using a chart with dimension SubRegion and as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat( Aggr( Rank( -Order) &amp;amp; '. ' &amp;amp;Type, SubRegion, Type) , ';', Order)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 13:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085184#M941352</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-31T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085185#M941353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you so much for reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to store each SubRegion value into a variable when you select Region.&lt;/P&gt;&lt;P&gt;If you select America then canada value should store into one variable and Washington value should store into one variable etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;QV11 User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 14:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085185#M941353</guid>
      <dc:creator />
      <dc:date>2016-01-31T14:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085186#M941354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to achieve with storing the values into variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the exact names and number of your subregions, you can probably create all variables using a filtered expression, but I wouldn't recommend that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 15:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085186#M941354</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-31T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sort value using IF</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085187#M941355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 regions and 10 Subregions in my data.&lt;/P&gt;&lt;P&gt;Could you please let me know how to pass each subregion values into a variable when you select Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;QV11 User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 15:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sort-value-using-IF/m-p/1085187#M941355</guid>
      <dc:creator />
      <dc:date>2016-01-31T15:56:29Z</dc:date>
    </item>
  </channel>
</rss>

