<?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 Line chart 2 expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297486#M1192003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart which has 2 dimensions right now:&lt;/P&gt;&lt;P&gt;1. date&lt;/P&gt;&lt;P&gt;2. types of queries (i only want 5 here.. insert, select, update, delete and create)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this graph gives me a total count of these different types of queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to extend this graph into showing me two lines. One which gives me a count of types of queries (which it already is) and the 2nd line should show me a total of all the queries (every type, not only limited to the 5 mentioned above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a lot of cominations, somehow i cannot get the 2 lines on the same graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2011 13:44:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-21T13:44:39Z</dc:date>
    <item>
      <title>Line chart 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297486#M1192003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart which has 2 dimensions right now:&lt;/P&gt;&lt;P&gt;1. date&lt;/P&gt;&lt;P&gt;2. types of queries (i only want 5 here.. insert, select, update, delete and create)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this graph gives me a total count of these different types of queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to extend this graph into showing me two lines. One which gives me a count of types of queries (which it already is) and the 2nd line should show me a total of all the queries (every type, not only limited to the 5 mentioned above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a lot of cominations, somehow i cannot get the 2 lines on the same graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 13:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297486#M1192003</guid>
      <dc:creator />
      <dc:date>2011-07-21T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297487#M1192004</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;maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count( total &amp;lt;date&amp;gt; Queries)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;You might add a {1} if you want to disregard selection also:&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;=count({1} total &amp;lt;date&amp;gt; Queries)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post a screenshot? I am curious how a linegraph looks like with that kind of dimension then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S:&lt;/P&gt;&lt;P&gt;At best, you could also post a small application demonstrating your problem, that almost ever helps to get a quick solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 15:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297487#M1192004</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-21T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297488#M1192006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So here is the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its got 3 graphs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the graph on the right shows a total count of ALL the statement(query) types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 2 graphs on the left are:&lt;/P&gt;&lt;P&gt;1. all queries and their total&lt;/P&gt;&lt;P&gt;2. 5 specific query types and their total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on the main grapdh (the one on the right - daily count), i want to have 2 lines:&lt;/P&gt;&lt;P&gt;1. showing total of all query types&lt;/P&gt;&lt;P&gt;2. showing total of selected 5 query types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 16:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297488#M1192006</guid>
      <dc:creator />
      <dc:date>2011-07-21T16:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297489#M1192007</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 think of a set expression like:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;event = {'select'}+{'insert'}+{'delete'}+{'create'}+{'update'}&amp;gt;} daily_count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to sum up all daily_count only for that type of events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could reuse your if statement of the calculated dimension of your other graph&lt;/P&gt;&lt;P&gt;sum (if(event=........, event))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached sample (you got a trendline for total, I haven't touched that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 16:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297489#M1192007</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-21T16:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297490#M1192009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 16:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-2-expressions/m-p/297490#M1192009</guid>
      <dc:creator />
      <dc:date>2011-07-21T16:42:41Z</dc:date>
    </item>
  </channel>
</rss>

