<?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 Hide &amp; Show objects based on selection in straight table fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885339#M992524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example i have a straight table...if i select first 10 rows in the table it should show pie chart...and if i select another 5 it should show bar chart...and if i select another 7 rows it should show line chart like wise....&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add my QVW file ...in that Barchart &amp;amp;straight tables are there....if i select any field value in customerID&amp;lt;=10...then barchart should appear....if select customerID &amp;gt;=10...barchart should hide&amp;amp;another chart should appear...this is the task friends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 04:21:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-06T04:21:32Z</dc:date>
    <item>
      <title>Hide &amp; Show objects based on selection in straight table fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885339#M992524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example i have a straight table...if i select first 10 rows in the table it should show pie chart...and if i select another 5 it should show bar chart...and if i select another 7 rows it should show line chart like wise....&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add my QVW file ...in that Barchart &amp;amp;straight tables are there....if i select any field value in customerID&amp;lt;=10...then barchart should appear....if select customerID &amp;gt;=10...barchart should hide&amp;amp;another chart should appear...this is the task friends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 04:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885339#M992524</guid>
      <dc:creator />
      <dc:date>2015-07-06T04:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide &amp; Show objects based on selection in straight table fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885340#M992525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select in a Straight table it will select in a Field and you can get the count of that by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the count of the selected values in that field, but there will be no function to return that you selected first 10 rows, in background if you have a key fields with 1 to 10 for this values then it is doable.&amp;nbsp; If you attach the sample file and your required output then it would be easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 04:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885340#M992525</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-06T04:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide &amp; Show objects based on selection in straight table fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885341#M992527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;You can use getselectedcount() function in the layout tab of the pie/bar/line chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 04:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885341#M992527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-06T04:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hide &amp; Show objects based on selection in straight table fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885342#M992529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Got it friends........... !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in layout ....show...condition&lt;/P&gt;&lt;P&gt;=if(getselectedcount(CustomerID) = 1 and CustomerID &amp;lt;= 10, 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 05:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Show-objects-based-on-selection-in-straight-table-fields/m-p/885342#M992529</guid>
      <dc:creator />
      <dc:date>2015-07-07T05:12:32Z</dc:date>
    </item>
  </channel>
</rss>

