<?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: Pivot/Straight table show dimension on dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534452#M481817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean set a sort expression on a dimension.&lt;/P&gt;&lt;P&gt;Please clarify: when I open your attached model I see a chart and 3 tables&lt;/P&gt;&lt;P&gt;1. on which of the objects you would like to sort&lt;/P&gt;&lt;P&gt;2. What is the expression you want to sort by?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 08:02:32 GMT</pubDate>
    <dc:creator>orital81</dc:creator>
    <dc:date>2013-09-18T08:02:32Z</dc:date>
    <item>
      <title>Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534448#M481813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem which i simply does not know how to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is now, when i select a item in my barchart, i have a straight table, which shows all related items (but only in one box) -&lt;/P&gt;&lt;P&gt;This means i cannot sort the values based on another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i made a pivot table, with an expression and hereby i can sort them by this field - BUT i dont want to show these values, and as we know, you cannot hide a column in a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is then. How would you do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would you show all related items sorted by an expression? but without showing the expression values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 07:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534448#M481813</guid>
      <dc:creator />
      <dc:date>2013-09-18T07:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534449#M481814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;There is a way to hide a column in a pivot,&lt;/P&gt;&lt;P&gt;You can set the width to 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set ch = ActiveDocument.GetSheetObject("CH##")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ch.SetPixWidth X,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The X is the position of the column in the pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to set a sort expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 07:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534449#M481814</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-09-18T07:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534450#M481815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use this as a last option, but thanks for the input.&amp;nbsp; - Btw. Where do you type your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you cannot set a sort expression on an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as i told, i cannot show the items without an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i show the dimension in the expression it would all be in one box. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 07:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534450#M481815</guid>
      <dc:creator />
      <dc:date>2013-09-18T07:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534451#M481816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean set a sort expression on a dimension.&lt;/P&gt;&lt;P&gt;Please clarify: when I open your attached model I see a chart and 3 tables&lt;/P&gt;&lt;P&gt;1. on which of the objects you would like to sort&lt;/P&gt;&lt;P&gt;2. What is the expression you want to sort by?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534451#M481816</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-09-18T08:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534452#M481817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean set a sort expression on a dimension.&lt;/P&gt;&lt;P&gt;Please clarify: when I open your attached model I see a chart and 3 tables&lt;/P&gt;&lt;P&gt;1. on which of the objects you would like to sort&lt;/P&gt;&lt;P&gt;2. What is the expression you want to sort by?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534452#M481817</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-09-18T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534453#M481818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the pink straight table in the bottom to be sorted by sum(Probility) - But I dont think you can do so, cause all the items is included in one textbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534453#M481818</guid>
      <dc:creator />
      <dc:date>2013-09-18T08:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534454#M481819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a third parameter to Concat, it's the sort order.&lt;/P&gt;&lt;P&gt;Change your expression to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(DimItemRecommendation.RecommendedConcatItem, Chr(10),Aggr(Sum(Probility),DimItemRecommendation.RecommendedConcatItem))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it, it seem to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534454#M481819</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-09-18T08:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534455#M481820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot see that it works &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; The highest item with probility is not the first one. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534455#M481820</guid>
      <dc:creator />
      <dc:date>2013-09-18T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534456#M481821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's sorting low to high.. try multiply by -1&lt;/P&gt;&lt;P&gt;So it will look like this:&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;"&gt;concat(DimItemRecommendation.RecommendedConcatItem, Chr(10),-1*Aggr(Sum(Probility),DimItemRecommendation.RecommendedConcatItem))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&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;"&gt;It worked for me (the file is very big so I didn't attach it)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534456#M481821</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-09-18T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot/Straight table show dimension on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534457#M481822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very big 5mb? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways - It works, thanks alot! Didnt know there was a third parameter! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great work! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Straight-table-show-dimension-on-dimension/m-p/534457#M481822</guid>
      <dc:creator />
      <dc:date>2013-09-18T09:21:35Z</dc:date>
    </item>
  </channel>
</rss>

