<?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 creating charts like Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289295#M1188860</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Its because you havent done any calculation for percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me explain you with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Say you have 200 calls and from that 70 calls are Ontime and 130 are Late.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then when i say in percentage. i.e percentage of the Late calls will ve (130*100)/200 = 75%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So in your case you need to find the total Calls and then devide that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Qlikview your expression will be count(DEP) / count (Total DEP)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2011 11:06:56 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2011-08-23T11:06:56Z</dc:date>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289290#M1188852</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;I'm trying to create a chart similar to that in Excel (see attachment). When I look at the Excel chart it has two bars, one with a target and another one with the actual time per shipment.That goes same goes for the pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at my Qlikview file I have a field with LeanTime. This calculates the amount of days for shipments. The maximum leantime per shipment should not be more than 8 days. Futhermore the bar chart starts at 90%. Where can I set this up in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I simulate this in Qlikview? Should I create an expression? For example on with (if below 8 day, then on time) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks advance!&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;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 10:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289290#M1188852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T10:26:22Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289291#M1188854</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the maximum lean time is fix then you can do this calculation in script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Say for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leantime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Leantime &amp;lt; =8,'Ontime','Late') as Status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now you can use the field Status in your bar chart.&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. if you want charts to start from 50% then you need to fo in properties -&amp;gt; Axes -&amp;gt; Here you need to define the minimum and maximum scale. Also need to uncheck Forced 0 for all the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope you understood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 10:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289291#M1188854</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-22T10:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289292#M1188856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood it. Thanks!! However, since the field LeanTime does not exists in Excel, Qlikview gives me an error message when doing a reload.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Interval&lt;/SPAN&gt;(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm') - date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm'), 'd hh:mm') as LeanTime, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #ff0000;"&gt;LeanTime&lt;/SPAN&gt;&amp;lt;=8,'OnTime','Late') as Status (Does Not Work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't I "link" it to the above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I tackle this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for you help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 13:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289292#M1188856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T13:15:03Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289293#M1188858</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;&amp;nbsp;&amp;nbsp; In that case you should use in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #3366ff;"&gt;Interval&lt;/SPAN&gt;(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm') - date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm'), 'd hh:mm') &amp;lt;= 8,'ON TIME','LATE') as Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 18:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289293#M1188858</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-22T18:17:02Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289294#M1188859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response! Thanks again for your help!! The formula works!!&lt;/P&gt;&lt;P&gt;Now I "just" have to figure out how to convert the numbers of shipments to percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="snapshot.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6697_snapshot.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to number tab and selected "show in percent" however this not give me the result I want, because the maximum percent should not be more than 100%. :S &lt;/P&gt;&lt;P&gt;&lt;IMG alt="snapshot_II.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6698_snapshot_II.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;What is it that im doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 10:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289294#M1188859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-23T10:25:57Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289295#M1188860</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Its because you havent done any calculation for percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me explain you with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Say you have 200 calls and from that 70 calls are Ontime and 130 are Late.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then when i say in percentage. i.e percentage of the Late calls will ve (130*100)/200 = 75%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So in your case you need to find the total Calls and then devide that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Qlikview your expression will be count(DEP) / count (Total DEP)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 11:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289295#M1188860</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-23T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289296#M1188861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help!! I really appreciate it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It’s a pity that there is no book that cover these aspects. L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 11:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289296#M1188861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-23T11:47:19Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289297#M1188862</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dont worry experience will teach you all these things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 12:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289297#M1188862</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-23T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289298#M1188863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasn’t able to add another if statement therefore I’ve splitted the script into 2 formulas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm') - date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm'), 'd hh:mm') &amp;lt;= 8,'ON TIME','LATE') as Status.&lt;/P&gt;&lt;P&gt;if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm') - date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm'), 'd hh:mm') &amp;lt;= 7,'ON TIME','LATE') as StatusII.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I combine both “rules” to 1 “rule”? Suppose I want to state that shipments to destination &lt;A href="which is the fieldname"&gt;&lt;/A&gt; “JFK” have a maximum of 8 days and shipments to “DBX” have a maximum of 7 days?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do this so I don’t have to create a field for each specific ‘requirement’.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 06:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289298#M1188863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-05T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289299#M1188864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 08:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289299#M1188864</guid>
      <dc:creator />
      <dc:date>2011-09-05T08:01:44Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289300#M1188865</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Field= 'JFK',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm') - date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm'), 'd hh:mm') &amp;lt;= 8,'ON TIME','LATE'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Field = 'DBX',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm') - date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY hh:mm'), 'd hh:mm') &amp;lt;= 7,'ON TIME','LATE'))) as Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289300#M1188865</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-09-05T09:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289301#M1188866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help again!!! I really appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works, I can reload my script without error. However the results on my chart are different now:&amp;nbsp; This is the ‘old’ status field (I renamed it ‘status2’) is different than the ‘status’ field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY') - Date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY'), 'D')&amp;lt;=7, 'OnTime', 'Late') as Status2, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Status is script is now: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;A _jive_internal="true" href="https://community.qlik.com/message/146527#146527"&gt;Re: creating charts like Excel&lt;/A&gt;='BJS',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY') - Date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY'), 'D')&amp;lt;= 8, 'OnTime','Late'), &lt;/P&gt;&lt;P&gt;if(&lt;A _jive_internal="true" href="https://community.qlik.com/message/146527#146527"&gt;Re: creating charts like Excel&lt;/A&gt;='IZM' OR 'AMS', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Interval(Date(Date#(POD, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY') - Date(Date#(DEP, 'DD-MM-YYYY hh:mm'), 'DD-MM-YYYY'), 'D')&amp;lt;=7, 'OnTime', 'Late'))) as Status, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the field “Status” has three ‘options’ ‘OnTime’, ‘Late’ and ‘-‘ I just don’t know where ‘-‘ comes from. :S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 12:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289301#M1188866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-05T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289302#M1188867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289302#M1188867</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289303#M1188868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289303#M1188868</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:02:51Z</dc:date>
    </item>
    <item>
      <title>creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289304#M1188869</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;&amp;nbsp;&amp;nbsp; When ever you use if statment, and if the field using in condition have more values then whct you have used, then you will fine - i.e NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So in your case "Creating chart like excel" field will have more values then just&amp;nbsp; BJS, AMS and IZM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So when every you use this field in chart as dimension then dont forget to click "suppress when NULL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 15:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289304#M1188869</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-09-05T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289305#M1188870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 20:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289305#M1188870</guid>
      <dc:creator />
      <dc:date>2011-09-05T20:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: creating charts like Excel</title>
      <link>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289306#M1188871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks a lot!!!! I found the problem. It wasn’t because of an extra field, it was because of the miss used “OR” statement. I did …if(destination=”IZM” OR “AMS”,….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again Thanks for all your help, much appreciated!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 06:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-charts-like-Excel/m-p/289306#M1188871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-07T06:16:23Z</dc:date>
    </item>
  </channel>
</rss>

