<?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: 3 Line Graphs-Conditional Display as per Input in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657584#M1241887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please let me know what will be the expression if user will select two Call_TYPE i.e. Project and Request to display green(Project) and Yellow(Request line only) and to remove red(Problem) line from the graph.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2014 11:24:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-11T11:24:00Z</dc:date>
    <item>
      <title>3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657580#M1241872</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)My requirement is to display the lines basis of &lt;STRONG&gt;Call Type&lt;/STRONG&gt; selection .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;IMG alt="Call_type.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60406_Call_type.PNG.png" style="width: 620px; height: 311px;" /&gt;&lt;/P&gt;&lt;P&gt;Kindly help .Advance Thanks.&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/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657580#M1241872</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657581#M1241876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conditional expression should be something like:&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;SubStringCount&lt;/STRONG&gt;(Concat(Distinct [Call Type], ',') , 'Problem')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // for expression related to problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and similarly for other expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 10:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657581#M1241876</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-11T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657582#M1241881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want that features use the following expressions as &lt;STRONG&gt;conditional &lt;/STRONG&gt;on and off in Expressions Tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call_Type = 'Project'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call_Type = 'Request'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call_Type = 'Problem'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 10:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657582#M1241881</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-06-11T10:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657583#M1241884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply and help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please let me know what will be the expression if user will select two Call_TYPE i.e. Project and Request to display green(Project) and Yellow(Request line only) and to remove red(Problem) line from the graph.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657583#M1241884</guid>
      <dc:creator />
      <dc:date>2014-06-11T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657584#M1241887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please let me know what will be the expression if user will select two Call_TYPE i.e. Project and Request to display green(Project) and Yellow(Request line only) and to remove red(Problem) line from the graph.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657584#M1241887</guid>
      <dc:creator />
      <dc:date>2014-06-11T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657585#M1241889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the expression with SubStringCount() as I have shown above? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657585#M1241889</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-11T11:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657586#M1241891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot....Its working fine&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your effort &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657586#M1241891</guid>
      <dc:creator />
      <dc:date>2014-06-11T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Line Graphs-Conditional Display as per Input</title>
      <link>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657587#M1241892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;First I want to say thanks for your previous help again .&lt;/P&gt;&lt;P&gt;Now I have one more issue remain .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/60505_q1.PNG.png" style="width: 620px; height: 313px;" /&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/60506_q2.PNG.png" style="width: 620px; height: 350px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&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/60507_q3.PNG.png" style="width: 620px; height: 379px;" /&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;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 10:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-Line-Graphs-Conditional-Display-as-per-Input/m-p/657587#M1241892</guid>
      <dc:creator />
      <dc:date>2014-06-12T10:28:00Z</dc:date>
    </item>
  </channel>
</rss>

