<?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: get sorting of table object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541416#M550836</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;You can also design the extension object with the similar structure of tableBox .&lt;/P&gt;&lt;P&gt;There you can use macro and so on .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 10:04:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-19T10:04:51Z</dc:date>
    <item>
      <title>get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541408#M550827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;is there a way to read the sorting of a table object? What I want to do is using it in the title of the table...&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 06:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541408#M550827</guid>
      <dc:creator />
      <dc:date>2013-11-19T06:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541409#M550828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain clearly please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541409#M550828</guid>
      <dc:creator />
      <dc:date>2013-11-19T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541410#M550829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand you correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to check the sorting in table bx, you can right click on the table box, go to Properties-Sort tab.&lt;/P&gt;&lt;P&gt;Also, if you want to have a title on table box, then after Properties in General tab, you can specify the title.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table_Box.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/49167_Table_Box.bmp" style="width: 620px; height: 280px;" /&gt;&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>Tue, 19 Nov 2013 08:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541410#M550829</guid>
      <dc:creator />
      <dc:date>2013-11-19T08:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541411#M550830</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;Declare a variable like&lt;/P&gt;&lt;P&gt;SET vSort="FieldName ";&lt;/P&gt;&lt;P&gt;then in the table box properties under the &lt;STRONG&gt;sort tab &lt;/STRONG&gt;there in the expression use this variable in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use same variable in the TableBox caption (Header ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if there is anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 08:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541411#M550830</guid>
      <dc:creator />
      <dc:date>2013-11-19T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541412#M550832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to set the table name depending upon which column a user has selected to sort by?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 08:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541412#M550832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-19T08:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541413#M550833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We want to allow "Interactive Sort" in straight tables and want to show the name of the first column according to sort priority in the titel&lt;/P&gt;&lt;P&gt;e.g. "sales 2013 sorted by customer" (or "sorted by sales")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if possible "sales 2013 sorted by customer descending"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand now what I mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 08:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541413#M550833</guid>
      <dc:creator />
      <dc:date>2013-11-19T08:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541414#M550834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 08:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541414#M550834</guid>
      <dc:creator />
      <dc:date>2013-11-19T08:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541415#M550835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one idea would be to use a macro, like the one given in this link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/393022"&gt;Sort via Macro question&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then use a variable to store the dimension used to sort the chart and display it in a textbox or something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 09:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541415#M550835</guid>
      <dc:creator />
      <dc:date>2013-11-19T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: get sorting of table object</title>
      <link>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541416#M550836</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;You can also design the extension object with the similar structure of tableBox .&lt;/P&gt;&lt;P&gt;There you can use macro and so on .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-sorting-of-table-object/m-p/541416#M550836</guid>
      <dc:creator />
      <dc:date>2013-11-19T10:04:51Z</dc:date>
    </item>
  </channel>
</rss>

