<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627923#M732920</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;I am trying to get a line charts ,&lt;BR /&gt;for daily dates by severity .&lt;/P&gt;&lt;P&gt;after implementing the chart i just get one single line with different colors for all the severity&lt;BR /&gt;I have four Severity and my requirement is to show all the 4 lines in the chart how do i get this .&lt;/P&gt;&lt;P&gt;Please find the sample data attached .&lt;/P&gt;&lt;P&gt;&lt;IMG src="blob:https://community.qlik.com/0b471cc7-56fb-4353-994c-b36696e2844d" border="0" width="999" height="314" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627923#M732920</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I am trying to get a line charts ,&lt;BR /&gt;for daily dates by severity .&lt;/P&gt;&lt;P&gt;after implementing the chart i just get one single line with different colors for all the severity&lt;BR /&gt;I have four Severity and my requirement is to show all the 4 lines in the chart how do i get this .&lt;/P&gt;&lt;P&gt;Please find the sample data attached .&lt;/P&gt;&lt;P&gt;&lt;IMG src="blob:https://community.qlik.com/0b471cc7-56fb-4353-994c-b36696e2844d" border="0" width="999" height="314" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627923#M732920</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627932#M732921</link>
      <description>&lt;P&gt;Right ow you are taken dimension date and severity remove dimension date u got output&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 06:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627932#M732921</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-09-25T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627960#M732924</link>
      <description>&lt;P&gt;Hi Surya ,&lt;/P&gt;&lt;P&gt;This is the sample data i have shared with only two fields , in real i have many fields and i need to show the line chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;using date and severity .&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i remove the date then it will show by severity for all the keys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;but my requirement is to show it by date and severity &amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 08:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627960#M732924</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2019-09-25T08:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627997#M732927</link>
      <description>Your requirement is not clear., every day having one one value...so as per your provided data its working fine for ex today date taken 1 ..expression u return count(today) that s also 1 so thats y u got single line</description>
      <pubDate>Wed, 25 Sep 2019 09:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627997#M732927</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-09-25T09:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627998#M732928</link>
      <description>you just try dimension date expression count(seviertry)</description>
      <pubDate>Wed, 25 Sep 2019 09:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1627998#M732928</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-09-25T09:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628002#M732929</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;For four different lines based on severity you need to create four expressions.&lt;/P&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;Dim- Date&lt;/P&gt;&lt;P&gt;Exp&lt;/P&gt;&lt;P&gt;1-count({&amp;lt;Severity ={'Severity 1'} &amp;gt; }Dailydate)&lt;/P&gt;&lt;P&gt;2-Exp1-&amp;nbsp;count({&amp;lt;Severity ={'Severity 2'} &amp;gt; }Dailydate)&lt;/P&gt;&lt;P&gt;3-........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raman&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 10:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628002#M732929</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2019-09-25T10:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628023#M732930</link>
      <description>&lt;P&gt;Hi Raman&lt;/P&gt;&lt;P&gt;Thanks for the reply , I used four expression but still i see single line ..&lt;/P&gt;&lt;P&gt;please find the attachment of the QVW file&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 11:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628023#M732930</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2019-09-25T11:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628043#M732931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is creating one single line because values of all expressions are same , all lines are overlapping .&lt;/P&gt;&lt;P&gt;Once try with actual data if issue still persist use different chart like stack bar chart.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 11:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628043#M732931</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2019-09-25T11:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628090#M732932</link>
      <description>&lt;P&gt;I converted it to a bar chart , please look into the attachment in which for severity 3 it is showing three times for 23 Sep 2019&lt;/P&gt;&lt;P&gt;it show 3 counts right ? &amp;nbsp;why is not the date showing one time , why is it repeating for all the severity .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really confused&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 12:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628090#M732932</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2019-09-25T12:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628136#M732933</link>
      <description>&lt;P&gt;Got the solution ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually i have to convert &amp;nbsp;the &amp;nbsp;date format &amp;nbsp;like date(floor(date),'DDMMYY')as Date and this resoved the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 13:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1628136#M732933</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2019-09-25T13:43:12Z</dc:date>
    </item>
  </channel>
</rss>

