<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Projected_Load_Analysis_for_Demand_Graph</id>
	<title>Projected Load Analysis for Demand Graph - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Projected_Load_Analysis_for_Demand_Graph"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Projected_Load_Analysis_for_Demand_Graph&amp;action=history"/>
	<updated>2026-05-15T16:57:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Projected_Load_Analysis_for_Demand_Graph&amp;diff=518&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Projected_Load_Analysis_for_Demand_Graph&amp;diff=518&amp;oldid=prev"/>
		<updated>2023-07-14T13:00:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:00, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-517:rev-518 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Projected_Load_Analysis_for_Demand_Graph&amp;diff=517&amp;oldid=prev</id>
		<title>Intra&gt;User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Projected_Load_Analysis_for_Demand_Graph&amp;diff=517&amp;oldid=prev"/>
		<updated>2017-01-10T00:02:10Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Simple Analysis ==&lt;br /&gt;
Simple Project Load Query:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select * from ditprjld&lt;br /&gt;
where tgt_depart_dt between :sched_date and 1+:sched_date&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Simple Demand Graph Procedure Query:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select * from dip_truckdemand(:Schedule_Date,1+:Schedule_Date,.25+:Schedule_Date)&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
NOTE: Assumes 6 a.m. as current time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Advanced Analysis ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select &lt;br /&gt;
l.plant_no,o.will_call_flag,tgt_depart_dt Dept_Return_dt,1 &amp;quot;Change&amp;quot;,o.cust_no,o.order_code,load_no,cast(tgt_depart_dt as time) Depart,cast(tgt_return_dt as time) Return,floor(.5+(tgt_return_dt-tgt_depart_dt)*1440) Time_Out_Min from ditprjld l&lt;br /&gt;
inner join artordhd o on l.order_session_no=o.session_no and l.order_trans_no=o.trans_no&lt;br /&gt;
where cast(tgt_depart_dt as date)=:Demand_Date&lt;br /&gt;
   union&lt;br /&gt;
select &lt;br /&gt;
l.plant_no,o.will_call_flag,tgt_return_dt Dept_Return_dt,-1 &amp;quot;Change&amp;quot;,o.cust_no,o.order_code,load_no,cast(tgt_depart_dt as time) Depart,cast(tgt_return_dt as time) Return,floor(.5+(tgt_return_dt-tgt_depart_dt)*1440) Time_Out_Min from ditprjld l&lt;br /&gt;
inner join artordhd o on l.order_session_no=o.session_no and l.order_trans_no=o.trans_no&lt;br /&gt;
where cast(tgt_depart_dt as date)=:Demand_Date&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>