<?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 Need Suggestion.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656844#M1065355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Dashboard, suppose i have a BAR char, customer wise data,&lt;/P&gt;&lt;P&gt;when i am click any particular Customer bar i want show details report in Straight table or pivot table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me suggestions, how present data.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2014 13:23:36 GMT</pubDate>
    <dc:creator>paulwalker</dc:creator>
    <dc:date>2014-09-09T13:23:36Z</dc:date>
    <item>
      <title>Need Suggestion..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656844#M1065355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Dashboard, suppose i have a BAR char, customer wise data,&lt;/P&gt;&lt;P&gt;when i am click any particular Customer bar i want show details report in Straight table or pivot table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me suggestions, how present data.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 13:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656844#M1065355</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-09-09T13:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suggestion..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656845#M1065356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the straight table. When you click on a bar in the bar chart the straight table will be filtered automatically too. If you don't want to show the straight table if no customer is selected then enable the option Conditional on the Layout tab of the properties window and enter an expression =getselectedcount(&lt;EM&gt;CustomerIDFieldHere&lt;/EM&gt;). Replace CustomerIDFieldHere with the name of your customer field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 13:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656845#M1065356</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-09T13:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suggestion..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656846#M1065357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Straight Table or Pivot Table as per your requirements and go to Layout tab&lt;/P&gt;&lt;P&gt;Conditional Show&lt;/P&gt;&lt;P&gt;GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Customer&lt;/SPAN&gt;)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this table will only visible one you have at least one customer selected... How this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 13:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656846#M1065357</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-09T13:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suggestion..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656847#M1065358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either set up your straight table (as a separate object, not in a container_box) with a visibility_condition and place it in the same position as your bar_chart and set the barchart with the opposite visibility_condition so when someone clicks on a bar (which you can find out with GETFIELDSELECTIONS()) the barchart will disappear and the details_table will appear - in that case, don't forget to implement sth. like a "Back" button to revert it ...&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 13:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656847#M1065358</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-09-09T13:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need Suggestion..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656848#M1065359</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 done something, please check once..&lt;/P&gt;&lt;P&gt;i have BAR chart when i am click any bar i need to display detail report...&lt;/P&gt;&lt;P&gt;i have created one variable(&lt;STRONG&gt;vShow&lt;/STRONG&gt;) and Close button,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am click close button i need to close Detail report.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 16:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656848#M1065359</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-09-09T16:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Need Suggestion..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656849#M1065360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 16:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Suggestion/m-p/656849#M1065360</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-09T16:53:23Z</dc:date>
    </item>
  </channel>
</rss>

