<?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: Deviation chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038973#M349927</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 something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_207217_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116206_QlikCommunity_Thread_207217_Pic1.JPG" style="height: auto; width: auto;" /&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>Sat, 27 Feb 2016 03:08:52 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-02-27T03:08:52Z</dc:date>
    <item>
      <title>Deviation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038970#M349924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a visualization that allows me to display Deviation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to plot the difference between "Promised shipment date" and "Actual shipment date" so I would like to show "Zero" in the center and -/+ on either side so I can easily see if more shipments leave on time or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my formula for finding the value for each invoice.Which gives me a number of days difference between the promised date and shipment date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;([Sales Order Line Archive.Promised Delivery Date]) - [Invoice Header.Shipment Date]) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038970#M349924</guid>
      <dc:creator />
      <dc:date>2016-02-26T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deviation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038971#M349925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a bar chart. Or you can try using a boxplot. Or perhaps a gauge or a text box if you're only interested in an average.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 17:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038971#M349925</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-26T17:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deviation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038972#M349926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do in bar chart like positive bar and negative bar, We can set the limit in bar chart, Please add your expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(([Sales Order Line Archive.Promised Delivery Date]) - [Invoice Header.Shipment Date])&amp;lt;0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('your layout definition',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(([Sales Order Line Archive.Promised Delivery Date]) - [Invoice Header.Shipment Date])),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(([Sales Order Line Archive.Promised Delivery Date]) - [Invoice Header.Shipment Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Qlikview internally stores for date fields in numeric and string format, the numeric number of 12/31/1899(MM/DD/YYYY) is 1, and 01/01/1900(MM/DD/YYYY) is 2 and ..... Like this qlikview stores the Dates, so we can do Arithematic operations(+ or -) on dates&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 18:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038972#M349926</guid>
      <dc:creator>hareeshkumar_gv</dc:creator>
      <dc:date>2016-02-26T18:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deviation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038973#M349927</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 something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_207217_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116206_QlikCommunity_Thread_207217_Pic1.JPG" style="height: auto; width: auto;" /&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>Sat, 27 Feb 2016 03:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deviation-chart/m-p/1038973#M349927</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-27T03:08:52Z</dc:date>
    </item>
  </channel>
</rss>

