<?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: Sorting a Pick Match Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399306#M568968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey whiteline nice Superb! i got it exactly how i want but for the text (means Perf vs Plan and % of net Sales) i have to give different color can u help me in solving this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 01:30:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-05T01:30:16Z</dc:date>
    <item>
      <title>Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399302#M568963</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;I have a chart with dimension as Pick(Match(KPI,1,2,3),ActivitiesDesc,'Perf vs Plan','% of NetSales')&lt;/P&gt;&lt;P&gt;and few expressions as Pick(Match(KPI,1,2,3),Sum(Sales),expr for PerfvsPlan,expr for % of Net Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ActivitiesDesc is a FieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sort my dimension in the chart as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ValueofActivitiesDesc,&lt;/P&gt;&lt;P&gt;'Perf vs Plan',&lt;/P&gt;&lt;P&gt;Value of ActivitiesDesc,&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;'% of Net Sales'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 02:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399302#M568963</guid>
      <dc:creator />
      <dc:date>2012-11-04T02:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399303#M568965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can sort either using one dimension or one expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 06:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399303#M568965</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-11-04T06:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399304#M568966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have only one dimension i want to sort the dimension as i mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 12:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399304#M568966</guid>
      <dc:creator />
      <dc:date>2012-11-04T12:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399305#M568967</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; If I understand you right, the problem is with sorting field values and strings simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to adopt this trick for dimension:&lt;/P&gt;&lt;P&gt;=Pick(Match(KPI,1,2,3),&lt;/P&gt;&lt;P&gt;dual(text(ActivitiesDesc), fieldIndex('ActivitiesDesc', ActivitiesDesc)),&lt;/P&gt;&lt;P&gt;dual('Perf vs Plan', 0),&lt;/P&gt;&lt;P&gt;dual('% of NetSales', 100000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just use sort by numeric value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 16:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399305#M568967</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-11-04T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399306#M568968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey whiteline nice Superb! i got it exactly how i want but for the text (means Perf vs Plan and % of net Sales) i have to give different color can u help me in solving this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 01:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399306#M568968</guid>
      <dc:creator />
      <dc:date>2012-11-05T01:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399307#M568969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you expand the plus sign to the left of your expression or dimension, you'll see Background Color and Text Color. There you can write an expression to colorize the cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, to assign different colors for 'text' and ActivitiesDesc you can use:&lt;/P&gt;&lt;P&gt;=if(Match(KPI,1,2,3)=1, blue(), green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 07:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399307#M568969</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-11-05T07:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Pick Match Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399308#M568970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 08:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-Pick-Match-Dimension/m-p/399308#M568970</guid>
      <dc:creator />
      <dc:date>2012-11-05T08:54:50Z</dc:date>
    </item>
  </channel>
</rss>

