<?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 display data un graphics when i select another graphic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122376#M369805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Desc_Localizacion)&amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&amp;gt;=1' for select more than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 14:19:54 GMT</pubDate>
    <dc:creator>jose_vargas</dc:creator>
    <dc:date>2016-07-22T14:19:54Z</dc:date>
    <item>
      <title>How to display data un graphics when i select another graphic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122373#M369802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Need your help. I Have two graphics with information and for default show data in both.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need display in blank the Graph 2 and only display data when i select one piece of the graphic 1.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sorry, my english is not good.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;graph 1 &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Graphics1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132129_Graphics1.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Graph 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Graphics2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/132130_Graphics2.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 23:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122373#M369802</guid>
      <dc:creator>jose_vargas</dc:creator>
      <dc:date>2016-07-21T23:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data un graphics when i select another graphic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122374#M369803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The condition to display graphic 2 with condition "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; select one piece of the graphic 1", what "one piece" do you mean here? One of "Peaje P1" or "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;"Peaje P1"&lt;/SPAN&gt;"? What is the field name of the field hold these "Peaje P1" like values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&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; font-size: 13.3333px;"&gt;Suppose the field with "Peaje" values is FIELD, then you can&amp;nbsp; add the expression&amp;nbsp; "count(Distinct(FIELD))=1" in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;"Layout" tab -&amp;gt; Show-&amp;gt; select "Conditional" in the properties in graphic 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&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; font-size: 13.3333px;"&gt;Hope this is what you want.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122374#M369803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T13:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data un graphics when i select another graphic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122375#M369804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a calculation condition or layout condition of something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=GetSelectedCount(&lt;SPAN style="color: #ff0000;"&gt;DimensionNameFrom1stGraphic&lt;/SPAN&gt;) = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;DimensionNameFrom1stGraphic &lt;/STRONG&gt;is a placeholder for the dimension name you have used in your first graphic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122375#M369804</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-22T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data un graphics when i select another graphic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122376#M369805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Desc_Localizacion)&amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&amp;gt;=1' for select more than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-un-graphics-when-i-select-another-graphic/m-p/1122376#M369805</guid>
      <dc:creator>jose_vargas</dc:creator>
      <dc:date>2016-07-22T14:19:54Z</dc:date>
    </item>
  </channel>
</rss>

