<?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: variables in same order in list boxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167173#M379857</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;as your sample data is already sorted by date ascending, your could sort the "sales" ListBox in load order reversed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="126142" alt="QlikCommunity_Thread_218755_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126142_QlikCommunity_Thread_218755_Pic1.JPG" style="height: auto; width: auto;" /&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;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14645503598188400 jive_text_macro" jivemacro_uid="_14645503598188400"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD Date#(date,'DD-MM-YYYY') as date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money#(sales,'#,##0.00$;-#,##0.00$') as sales&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="218755" data-objecttype="1" href="https://community.qlik.com/thread/218755"&gt;https://community.qlik.com/thread/218755&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&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>Sun, 29 May 2016 19:33:11 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-05-29T19:33:11Z</dc:date>
    <item>
      <title>variables in same order in list boxes</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167171#M379855</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;&lt;STRONG&gt;I am having difficulties in arranging&amp;nbsp; two list boxes in the same order. The variable values in the list boxes are in the same row in the data source, and&amp;nbsp; when i select multiple values in one list box the values in the other list box are the corresponding values but not in the same order&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g:-&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;date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;sales&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;24-05-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23456$&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;25-05-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;345645$&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;26-05-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23678$&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;27-05-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123445$&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if we have two list boxes as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;list box A&lt;/SPAN&gt; - This has been sorted in descending order&lt;/STRONG&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;date&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;27-05-2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;26-05-2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;25-05-2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;24-05-2016&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;&lt;STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;List box B&lt;/SPAN&gt; - i want the value sales in the other list boxes in the same order as shown below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;Expected List box&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&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;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123445$&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;23678$&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;345645$&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;23456$&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please let me know how this scenario can be achieved every time i select multiple values?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-size: 12pt;"&gt;Sonthu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 16:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167171#M379855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-29T16:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: variables in same order in list boxes</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167172#M379856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Sort tab. I think you can sort by expression. You probably can make an expression based on the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could use a Table Box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 19:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167172#M379856</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-05-29T19:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: variables in same order in list boxes</title>
      <link>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167173#M379857</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;as your sample data is already sorted by date ascending, your could sort the "sales" ListBox in load order reversed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="126142" alt="QlikCommunity_Thread_218755_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126142_QlikCommunity_Thread_218755_Pic1.JPG" style="height: auto; width: auto;" /&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;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14645503598188400 jive_text_macro" jivemacro_uid="_14645503598188400"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD Date#(date,'DD-MM-YYYY') as date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money#(sales,'#,##0.00$;-#,##0.00$') as sales&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="218755" data-objecttype="1" href="https://community.qlik.com/thread/218755"&gt;https://community.qlik.com/thread/218755&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&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>Sun, 29 May 2016 19:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-in-same-order-in-list-boxes/m-p/1167173#M379857</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-29T19:33:11Z</dc:date>
    </item>
  </channel>
</rss>

