<?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: Display Order in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981687#M965535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works brilliantly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help guys! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 08:39:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-02T08:39:38Z</dc:date>
    <item>
      <title>Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981681#M965529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A bit of a long shot I've got some data stored by colours in a SQL table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Amber&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Black&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bottle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Burgundy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for Qlikview to display them in a field like this within a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Amber, Black, Bottle, Burgundy&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I want the colours all in one field as opposed to four fields (as they are above).&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hopefully this makes sense?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981681#M965529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T16:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981682#M965530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like Concat(Field,';') Group By DimensionField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981682#M965530</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-01T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981683#M965531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how your setting looks in more details, but if the four values are located in a single field in data model, you can concatenate the values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat( ColourField, ', ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981683#M965531</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-01T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981684#M965532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use function Concat() with sort_weight...&lt;/P&gt;&lt;P&gt;For your colour sort you can add field in model that will be number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colour, ColourNum&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;Amber,1&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;Black,2&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;Bottle,3&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;Burgundy,4&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;&lt;BR /&gt;&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;then &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;concat(distinct Colour, ColourNum)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981684#M965532</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-01T16:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981685#M965533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To continue with the two responses above me, if you want them in a table. Create a table with 1 as dimension and use Concat(ColorField, ',') as an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981685#M965533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-01T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981686#M965534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Chart Properties - Sort - Dimensions - Sort by Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dimension]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'Amber','Black','Bottle','Burgundy') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 05:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981686#M965534</guid>
      <dc:creator />
      <dc:date>2015-10-02T05:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display Order</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981687#M965535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works brilliantly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help guys! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Order/m-p/981687#M965535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-02T08:39:38Z</dc:date>
    </item>
  </channel>
</rss>

