<?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 Straight Tables and Mini Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617020#M227436</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 will try to explain this as best as I can, but its a bit complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with mini charts that work fine. The table shows data for a specific date selected and the minchart shows the trend for all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine, but my problem is that I have a rag field, which is either a 1 or a 2. In my staright table I only want to show data for measures that have a rag of 2 (for eample) for that month date selected, but still show the trend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that it shows all the measures because of the trend. Because a measure may have a rag of 2 at somepoint in the past, and the minchart is showing all data for that measure, it still displays it in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I hide the trend it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense, and I'm really hoping that someone has an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a simplified version of my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 16:05:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-24T16:05:59Z</dc:date>
    <item>
      <title>Straight Tables and Mini Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617020#M227436</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 will try to explain this as best as I can, but its a bit complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with mini charts that work fine. The table shows data for a specific date selected and the minchart shows the trend for all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine, but my problem is that I have a rag field, which is either a 1 or a 2. In my staright table I only want to show data for measures that have a rag of 2 (for eample) for that month date selected, but still show the trend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that it shows all the measures because of the trend. Because a measure may have a rag of 2 at somepoint in the past, and the minchart is showing all data for that measure, it still displays it in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I hide the trend it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense, and I'm really hoping that someone has an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a simplified version of my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 16:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617020#M227436</guid>
      <dc:creator />
      <dc:date>2014-04-24T16:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Tables and Mini Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617021#M227437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try SUM({&amp;lt;Date,Measure={'=sum(Actual)&amp;gt;0'}&amp;gt;}Actual)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 16:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617021#M227437</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-24T16:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Tables and Mini Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617022#M227438</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;Thanks for your reply, with a bit of tweaking I got it working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAn you explain what the set analysius does, am I right in thinking the&amp;nbsp; Measure={'=sum(Actual)&amp;gt;0'} brings back any measures that are &amp;gt; 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confused by this and never realised you could do that. Would this Actual={'&amp;gt;0'} be the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 09:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617022#M227438</guid>
      <dc:creator />
      <dc:date>2014-04-28T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Tables and Mini Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617023#M227439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Measure={'=sum(Actual)&amp;gt;0'} will select only those Measures where the sum of the Actual values is larger than zero. Actual={'&amp;gt;0'} is not the same. Try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 09:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Tables-and-Mini-Charts/m-p/617023#M227439</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-28T09:59:44Z</dc:date>
    </item>
  </channel>
</rss>

