<?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: Block Chart query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006349#M946664</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 you could use a conditional background colour expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_198070_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110411_QlikCommunity_Thread_198070_Pic2.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_198070_Pic1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/110412_QlikCommunity_Thread_198070_Pic1.JPG" style="height: 274px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also close your open threads that received correct answers:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/196476"&gt;To get number of hours between 2 dates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jan 2016 22:17:52 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-01-01T22:17:52Z</dc:date>
    <item>
      <title>Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006347#M946662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the below image of line chart, I have to color the data points which is above UCL in red color, as highlighted with black circle. I have used combo chart here. Here, as you can see along with the dot, the connecting line is also coming in red color.&lt;/P&gt;&lt;P&gt;My query is that, I just want to provide red color to dots (i.e. data point), the connecting line should be in purple color.&lt;/P&gt;&lt;P&gt;Please let me know how it can be achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2nd Query: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the below image, look into the part which is highlighted in green color circle. Here for the x-axis label, I have selected the Option Continuous and unchecked the Stagger level, so that the date label should appear in particular interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is that, this interval is dynamic for x-axis. I would like to fix the interval i.e., the label should appear week wise, i.e. at the interval 7 days. Please let me how it can be achieve in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110344_Capture.PNG" style="height: 406px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for helping me.!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 03:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006347#M946662</guid>
      <dc:creator />
      <dc:date>2015-12-31T03:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006348#M946663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you look into coloring the object for a specific expression.&amp;nbsp; You can wirte an expression to set the color (background color)&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110383_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;the example below shows setting the color based on a value in the field priority&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRIORITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Urgent',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,0,0), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRIORITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Low',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,128,0), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRIORITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Medium',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(239,179,118),&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRIORITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='High',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(178,36,36)))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you can do something similar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your second question, who are the dates coming into the system or being determined now?&amp;nbsp; it looks like they are the 1st and 15th of each month - you may need to create a new dimension in your script to look at a date field and get the first date of the week or something along those lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have a qvw you can post?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006348#M946663</guid>
      <dc:creator />
      <dc:date>2015-12-31T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006349#M946664</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 you could use a conditional background colour expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_198070_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110411_QlikCommunity_Thread_198070_Pic2.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_198070_Pic1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/110412_QlikCommunity_Thread_198070_Pic1.JPG" style="height: 274px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also close your open threads that received correct answers:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/196476"&gt;To get number of hours between 2 dates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2016 22:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006349#M946664</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-01-01T22:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006350#M946665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wedel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I need for dots color coding. Can you please share the sample QVW solution for the same. I will use it for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 05:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006350#M946665</guid>
      <dc:creator />
      <dc:date>2016-01-04T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006351#M946666</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;try with two identical expressions and set display options to "line" for one of the expressions while setting the second to "symbol". Use the color expression only for the symbol expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_198070_Pic3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110556_QlikCommunity_Thread_198070_Pic3.JPG" style="height: 551px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_198070_Pic4.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/110557_QlikCommunity_Thread_198070_Pic4.JPG" style="height: 552px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 22:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006351#M946666</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-01-04T22:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006352#M946667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Thanks.. It worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having one more query in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to change the font size of Reference lines label and also I have to make it bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether it is possible in QLikView,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006352#M946667</guid>
      <dc:creator />
      <dc:date>2016-01-06T05:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart query</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006353#M946668</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;yes, that's possible.&lt;/P&gt;&lt;P&gt;please close this thread if your inital question is answered and open a new one for these new questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 01:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-query/m-p/1006353#M946668</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-01-07T01:06:20Z</dc:date>
    </item>
  </channel>
</rss>

