<?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 Re: Line Chart-Conditional- Not Showing correct value as per Field Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668964#M1241851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try some thing like this&lt;/P&gt;&lt;P&gt;use the Exp in conditional Enabling&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(getFiledSelections(Call_Type)='PROBLEM' , 1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sasi&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 13:10:37 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2014-06-12T13:10:37Z</dc:date>
    <item>
      <title>Line Chart-Conditional- Not Showing correct value as per Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668963#M1241847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see 3 line graphs when Call Type field is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the &lt;STRONG&gt;Call type&lt;/STRONG&gt; may have 3 values (Project , Request and Problem) and this display the lines basis of &lt;STRONG&gt;Call Type&lt;/STRONG&gt; selection .&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;If user select Call_Type as Problem, then only red graph should display&lt;/P&gt;&lt;P&gt;If user select 2 Call_Type i.e. Project and Request call type&amp;nbsp; then Only green and yellow line should display&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have one issue .Below is the expected output when user select Call Type as 'PROBLEM' and Support Group as ADM.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="q1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60515_q1.PNG.png" style="width: 620px; height: 313px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;But here it’s coming like below and you can see the Y axis has very different value from above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;IMG alt="q2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60516_q2.PNG.png" style="width: 620px; height: 350px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Below is the code what I have written as script form PROBLEM (similarly for Request and Project)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Ticket_ID&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Ticket_ID_proj&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Create_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Generic Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;WeekName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Create_Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'M/DD/YYYY'),0,-1) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Generic Week]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;MonthsName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Create_Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'M/DD/YYYY')) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Generic Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; 'Created Date' &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateType&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; ..\DATA\VisualFactory\LogCall.qvd&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Call_Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'PROBLEM';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And here is the expression which I am using to display PROBLEM Graph&lt;/P&gt;&lt;P&gt;&lt;IMG alt="q3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60519_q3.PNG.png" style="width: 620px; height: 557px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly ,Graph is not showing the correct values when selecting one or two call type.&lt;/P&gt;&lt;P&gt;Please help. Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Best Regards,&lt;/P&gt;&lt;P&gt;Rahul Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668963#M1241847</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart-Conditional- Not Showing correct value as per Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668964#M1241851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try some thing like this&lt;/P&gt;&lt;P&gt;use the Exp in conditional Enabling&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(getFiledSelections(Call_Type)='PROBLEM' , 1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sasi&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668964#M1241851</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-12T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart-Conditional- Not Showing correct value as per Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668965#M1241855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately this could not help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. Please let me know if you have any other idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Conditional-Not-Showing-correct-value-as-per-Field/m-p/668965#M1241855</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:33:11Z</dc:date>
    </item>
  </channel>
</rss>

