<?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: How to show all the values in Straight Table when selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724458#M1078705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think their is some data associated with that, Please check that data model and data dependence once. &lt;/P&gt;&lt;P&gt;Can you please post your qvw file with sample data so that we can trace the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;@vi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 09:45:38 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2014-07-07T09:45:38Z</dc:date>
    <item>
      <title>How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724452#M1078699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm having company dimension in straight table following calculations to that.When i selected a company.Its showing the particular company details only.I need to show all the companies when selection also.How it Overcomes.?Can any one pls help me out.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724452#M1078699</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-07T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724453#M1078700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your correct, that is the nature of Qlikview it will show the data based on the selection.&lt;/P&gt;&lt;P&gt;If you want to show all the data in spite of selections too, you can use DETACH option &amp;gt; Right click on the Chart you will find the detach option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;@vi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724453#M1078700</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-07T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724454#M1078701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression use set expression like:&lt;/P&gt;&lt;P&gt;=Sum({&lt;STRONG&gt;&amp;lt;Company&amp;gt;&lt;/STRONG&gt;}YourField )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, your expression could be different, but the point is you have to include the set '{&amp;lt;Company&amp;gt;}' in your expression with aggregation functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724454#M1078701</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-07T09:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724455#M1078702</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;Just Nullify the dimension which u don't want to get impact on your selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example, Consider ur exp., Sum(Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nullify it for company by,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Company=&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724455#M1078702</guid>
      <dc:creator>parthiband</dc:creator>
      <dc:date>2014-07-07T09:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724456#M1078703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to by pass the company field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Copanie=&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724456#M1078703</guid>
      <dc:creator />
      <dc:date>2014-07-07T09:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724457#M1078704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash.&lt;/P&gt;&lt;P&gt;When i selected the company in straight table the details has shown in that including the different company details.But the selected company should shown as the selected.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724457#M1078704</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-07T09:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724458#M1078705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think their is some data associated with that, Please check that data model and data dependence once. &lt;/P&gt;&lt;P&gt;Can you please post your qvw file with sample data so that we can trace the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;@vi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724458#M1078705</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-07T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724459#M1078714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 09:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724459#M1078714</guid>
      <dc:creator>parthiband</dc:creator>
      <dc:date>2014-07-07T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724460#M1078715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;I need to show in the straight table the selected values and also unselected values like a list box.The selected values should comes top and unselected values will shown at the bottom.I'm unable to post a sample file.But above one is the logic.Can you please help me out?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Krishna &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 06:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724460#M1078715</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724461#M1078716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA application it may solve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 06:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724461#M1078716</guid>
      <dc:creator />
      <dc:date>2014-07-08T06:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724462#M1078717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok.&lt;/P&gt;&lt;P&gt;Thank you for your reply.But in the document the selected values is not moving to the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 07:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724462#M1078717</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724463#M1078718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment..Dashoard Tab.First straight Table..I'm having many expressions..I dnt know where to place the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 07:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724463#M1078718</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T07:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724464#M1078719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment.IDashboard Tab-&amp;gt; First straight table.I have used many expressions.I dnt come to know where to place the logic which u suggested me.Pls Help me out..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 07:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724464#M1078719</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T07:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724465#M1078720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="background.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61900_background.png" style="width: 620px; height: 350px;" /&gt;Hi kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the screen shot , where u need to give the logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 07:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724465#M1078720</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-08T07:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724466#M1078721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for solution according to your requirement its &lt;STRONG&gt;populating the Selections at the top&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the script and sorting option in the properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;@vi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724466#M1078721</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-08T08:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724467#M1078722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash &lt;/P&gt;&lt;P&gt;I did it.But the unselected values result showing as zero.Wat may be the issue?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724467#M1078722</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724468#M1078723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using any variables in the calculation???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post the app let me check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724468#M1078723</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-08T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724469#M1078724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;no,.i used like =sum({&amp;lt;COMPANY&amp;gt;}Amount).&lt;/P&gt;&lt;P&gt;for other expressions im using variable vCurrentYear.&lt;/P&gt;&lt;P&gt;pls find the below attachment.Dashboard tab.First table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724469#M1078724</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T09:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724470#M1078725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through your dashboard tab, i found for the company field&amp;nbsp; we have only 1 value. So its showing only one company name.&lt;/P&gt;&lt;P&gt;If i have understood the problem wrongly please correct me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724470#M1078725</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-08T09:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show all the values in Straight Table when selected</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724471#M1078726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls find the screen shots.There is five companies.When i selected the company.Its placing there itself not moving to top.i sorted it by company name and then the unselected values showing zero for all results.&lt;/P&gt;&lt;P&gt;Pls find it in Screen shots.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-all-the-values-in-Straight-Table-when-selected/m-p/724471#M1078726</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-08T09:58:19Z</dc:date>
    </item>
  </channel>
</rss>

