<?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 Tablebox viewing not all Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348793#M129200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Tablebox, which is viewing all "changes" made to ONE Ticket.&lt;/P&gt;&lt;P&gt;It only views DATA, if ONE Ticket is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show all these "changes" all the time, ignoring all other selections been made, like Day, Month etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2012 16:48:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-12T16:48:53Z</dc:date>
    <item>
      <title>Tablebox viewing not all Data</title>
      <link>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348793#M129200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Tablebox, which is viewing all "changes" made to ONE Ticket.&lt;/P&gt;&lt;P&gt;It only views DATA, if ONE Ticket is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show all these "changes" all the time, ignoring all other selections been made, like Day, Month etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 16:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348793#M129200</guid>
      <dc:creator />
      <dc:date>2012-03-12T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Tablebox viewing not all Data</title>
      <link>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348794#M129201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using a table box, use a straight table that has all the dimensions that are defined in the table box and an expression like the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only({1&amp;lt;Ticket={'$(=only(Ticket))'}&amp;gt;} Ticket_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That expression will ignore all selections except those made in the ticket filter.&amp;nbsp; You would have to select only one ticket to see the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 17:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348794#M129201</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-03-12T17:04:24Z</dc:date>
    </item>
    <item>
      <title>Tablebox viewing not all Data</title>
      <link>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348795#M129202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thanks for that.&lt;/P&gt;&lt;P&gt;One last question:&lt;/P&gt;&lt;P&gt;The part "...only(Ticket)...": only is not necessary, if i see it right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this expression, i get the same result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only({1&amp;lt;Ticket={'$(=Ticket)'}&amp;gt;} Ticket)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the result is the same, because the first "only" already gets the "Ticket" filtered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348795#M129202</guid>
      <dc:creator />
      <dc:date>2012-03-13T16:52:24Z</dc:date>
    </item>
    <item>
      <title>Tablebox viewing not all Data</title>
      <link>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348796#M129203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's basically the same thing.&amp;nbsp; Using only() is a good practice because it allows you to do set analysis on a field without using a aggregation and in my opinion a field should never be with a function when it is used as an expression.&amp;nbsp; But it's not required by QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 00:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tablebox-viewing-not-all-Data/m-p/348796#M129203</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-03-15T00:37:35Z</dc:date>
    </item>
  </channel>
</rss>

