<?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 STATIC LINE STYLE IN LINE CHART in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704594#M254094</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;I have a line chart in which I am showing sale of different brands per month for different companies.&lt;/P&gt;&lt;P&gt;I need to highlight one of the company with a different line style and color.&lt;/P&gt;&lt;P&gt;For this I added Month and Company as dimension and expression: Sum({&amp;lt;Month&amp;gt;}Sales) since I want to show all month's sale even if the month is selected. I get the correct data as output.&lt;/P&gt;&lt;P&gt;I also had expression for the color and style as : If(CompanyName='XYX',RGB(150,102)) and if(Compan yName='XYZ','&amp;lt;S2,W1&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I dont select any month, I have the output as given in the picture.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/62655_Capture.JPG" style="width: 620px; height: 281px;" /&gt;&lt;/P&gt;&lt;P&gt;But when I select a Month, The style and color is applied only for that particular month as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MonthSelected.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/62656_MonthSelected.JPG" style="width: 620px; height: 269px;" /&gt;&lt;/P&gt;&lt;P&gt;Here when apr is seleted, line from Apr to May is shown in the style whereas rest data is shown in green color.&lt;/P&gt;&lt;P&gt;I need the first output to be shown even if the month is selected.&lt;/P&gt;&lt;P&gt;If you could please help me to make the style and color independent of selection, would be a appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 11:18:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-18T11:18:08Z</dc:date>
    <item>
      <title>STATIC LINE STYLE IN LINE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704594#M254094</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;I have a line chart in which I am showing sale of different brands per month for different companies.&lt;/P&gt;&lt;P&gt;I need to highlight one of the company with a different line style and color.&lt;/P&gt;&lt;P&gt;For this I added Month and Company as dimension and expression: Sum({&amp;lt;Month&amp;gt;}Sales) since I want to show all month's sale even if the month is selected. I get the correct data as output.&lt;/P&gt;&lt;P&gt;I also had expression for the color and style as : If(CompanyName='XYX',RGB(150,102)) and if(Compan yName='XYZ','&amp;lt;S2,W1&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I dont select any month, I have the output as given in the picture.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/62655_Capture.JPG" style="width: 620px; height: 281px;" /&gt;&lt;/P&gt;&lt;P&gt;But when I select a Month, The style and color is applied only for that particular month as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MonthSelected.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/62656_MonthSelected.JPG" style="width: 620px; height: 269px;" /&gt;&lt;/P&gt;&lt;P&gt;Here when apr is seleted, line from Apr to May is shown in the style whereas rest data is shown in green color.&lt;/P&gt;&lt;P&gt;I need the first output to be shown even if the month is selected.&lt;/P&gt;&lt;P&gt;If you could please help me to make the style and color independent of selection, would be a appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 11:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704594#M254094</guid>
      <dc:creator />
      <dc:date>2014-07-18T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC LINE STYLE IN LINE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704595#M254095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style =if(only({&amp;lt;Month&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CompanyName='XYX'&lt;/SPAN&gt;) ,'&amp;lt;S2,W1&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;color =if(only({&amp;lt;Month&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CompanyName='XYX'&lt;/SPAN&gt;) ,Rgb(150,102))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 11:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704595#M254095</guid>
      <dc:creator />
      <dc:date>2014-07-18T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC LINE STYLE IN LINE CHART</title>
      <link>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704596#M254096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this in expression for color and style&lt;/P&gt;&lt;P&gt;=If(only({&amp;lt;Month&amp;gt;}CompanyName='XYZ'),RGB(150,102,100))&lt;/P&gt;&lt;P&gt;=if(only({&amp;lt;Month&amp;gt;}CompanyName='XYZ'),'&amp;lt;S2,W1&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="62650" alt="line.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62650_line.PNG.png" style="width: 620px; height: 267px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 12:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STATIC-LINE-STYLE-IN-LINE-CHART/m-p/704596#M254096</guid>
      <dc:creator>adarsh_a</dc:creator>
      <dc:date>2014-07-18T12:00:29Z</dc:date>
    </item>
  </channel>
</rss>

