<?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 Pop out problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178920#M902100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good morning all, i am now having a straight table, if people click on the "image" field in the straight table, a larger text object contains a bigger image(Cover and on top of the straight table) will pop out using "IF(Count(distinct (info(key))) &amp;gt;1, 0,1)" .But I find that if there are only 1 row in the straight table, it will automatically pop out. Is there any ways that can still show the table with 1 row without pop out the larger text object automatically? Thanks!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the qvw, when I click the apple in the list box, because there's only 1 row, the big image pops out! But I dont want it, I want to click on the small apple image in the straight table in order to pop it out, thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178920#M902100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good morning all, i am now having a straight table, if people click on the "image" field in the straight table, a larger text object contains a bigger image(Cover and on top of the straight table) will pop out using "IF(Count(distinct (info(key))) &amp;gt;1, 0,1)" .But I find that if there are only 1 row in the straight table, it will automatically pop out. Is there any ways that can still show the table with 1 row without pop out the larger text object automatically? Thanks!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the qvw, when I click the apple in the list box, because there's only 1 row, the big image pops out! But I dont want it, I want to click on the small apple image in the straight table in order to pop it out, thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178920#M902100</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178921#M902101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I understood you correctly, it's better if you provide a sample qvw, but maybe GetSelectedCount() will help you, please refer to QV Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bets regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 02:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178921#M902101</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2016-07-06T02:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178922#M902102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached in the top, again, thanks Maxim! I appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 02:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178922#M902102</guid>
      <dc:creator />
      <dc:date>2016-07-06T02:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178923#M902103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetSelectedCount(URL)&amp;gt;0, 1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 03:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178923#M902103</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-06T03:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178924#M902104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works with the example, but when i put it in my work case with info(key), then not work, any solutions dude? I appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 03:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178924#M902104</guid>
      <dc:creator />
      <dc:date>2016-07-06T03:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178925#M902105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove info keyword and try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF(GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;key&lt;/SPAN&gt;)&amp;gt;0, 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 03:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178925#M902105</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-06T03:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178926#M902106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It always hide, note that key is not show in straight table, only expression info(key), thanks dude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 03:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178926#M902106</guid>
      <dc:creator />
      <dc:date>2016-07-06T03:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178927#M902107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works when I add the key in table column, and then I hide it, thanks dude, I appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 03:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178927#M902107</guid>
      <dc:creator />
      <dc:date>2016-07-06T03:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pop out problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178928#M902108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;I am &lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;glad&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;finally&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt; you are able to figure it out&lt;/SPAN&gt;!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt; Have a nice day!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 04:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-out-problem/m-p/1178928#M902108</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-06T04:21:17Z</dc:date>
    </item>
  </channel>
</rss>

