Note that there are some explanatory texts on larger screens.

plurals
  1. POPlant Shift Report
    primarykey
    data
    text
    <p>I'm generating a Plant-shift report:</p> <p>In my application, I'm providing a dropdownlist for selecting shift and plant and they will select a date from calender</p> <p><strong>I have 3 shifts</strong></p> <ul> <li>shift1 starts at 7am and ends at 3pm</li> <li>shift2 starts at 3pm and ends at 11pm</li> <li>shift3 starts at 11pm and ends at 3am</li> </ul> <p><strong>I have a table called datalogging where login information will be stored as shown below:</strong></p> <pre><code>Name Shiftname operatorname Date plantname line Machine Pradeepa Shift2(11-7) Operator 3 2011-05-28 Plant 3 Line5 mc10 Ashwini Shift1(7-3) Operator 1 2011-05-29 Plant 3 Line6 mc12 Deepika Shift2(11-7) Operator 3 2011-05-29 Plant 5 Line9 mc18 Ashwini Shift1(7-3) Operator 1 2011-05-24 Plant 1 Line1 mc1 Deepika Shift2(3-11) Operator 2 2011-05-24 Plant 2 Line3 mc5 Ashwini Shift2(3-11) Operator 2 2011-05-25 Plant 2 Line3 mc5 </code></pre> <p>and so on..</p> <p>I have a parameter table like temperature,pressure,ph,speed,co2 etc</p> <p>Temperature table contains following data and this table will contains all the reading from 7am to till 3am</p> <p><strong>This is Temperature table reading</strong></p> <pre><code>Temperature Time Date 27 1900-01-01 13:46:37.000 2011-06-07 00:00:00 27.3 1900-01-01 13:51:37.000 2011-06-07 00:00:00 27.6 1900-01-01 13:56:37.000 2011-06-07 00:00:00 27.9 1900-01-01 14:01:37.000 2011-06-07 00:00:00 28.2 1900-01-01 14:06:37.000 2011-06-07 00:00:00 28.5 1900-01-01 14:11:37.000 2011-06-07 00:00:00 28.8 1900-01-01 14:16:37.000 2011-06-07 00:00:00 27 1900-01-01 15:09:52.000 2011-06-07 00:00:00 27.3 1900-01-01 15:11:52.000 2011-06-07 00:00:00 27.6 1900-01-01 15:13:53.000 2011-06-07 00:00:00 27.9 1900-01-01 15:15:52.000 2011-06-07 00:00:00 28.2 1900-01-01 15:17:52.000 2011-06-07 00:00:00 28.5 1900-01-01 15:19:52.000 2011-06-07 00:00:00 28.8 1900-01-01 15:21:52.000 2011-06-07 00:00:00 29.1 1900-01-01 15:23:52.000 2011-06-07 00:00:00 29.4 1900-01-01 15:25:52.000 2011-06-07 00:00:00 29.7 1900-01-01 15:27:52.000 2011-06-07 00:00:00 30 1900-01-01 15:29:52.000 2011-06-07 00:00:00 30.3 1900-01-01 07:03:10.000 2011-06-07 00:00:00 30.6 1900-01-01 07:05:11.000 2011-06-07 00:00:00 30.9 1900-01-01 07:07:10.000 2011-06-07 00:00:00 31.2 1900-01-01 07:09:10.000 2011-06-07 00:00:00 31.5 1900-01-01 07:11:10.000 2011-06-07 00:00:00 31.8 1900-01-01 07:13:11.000 2011-06-07 00:00:00 31.8 1900-01-01 07:15:11.000 2011-06-07 00:00:00 32.1 1900-01-01 07:17:10.000 2011-06-07 00:00:00 32.4 1900-01-01 07:19:10.000 2011-06-07 00:00:00 32.7 1900-01-01 07:21:10.000 2011-06-07 00:00:00 33 1900-01-01 07:23:11.000 2011-06-07 00:00:00 27 1900-01-01 09:03:10.000 2011-06-07 00:00:00 27.3 1900-01-01 09:05:09.000 2011-06-07 00:00:00 27.6 1900-01-01 09:07:09.000 2011-06-07 00:00:00 27.9 1900-01-01 09:09:09.000 2011-06-07 00:00:00 28.2 1900-01-01 09:11:09.000 2011-06-07 00:00:00 28.5 1900-01-01 09:13:09.000 2011-06-07 00:00:00 28.8 1900-01-01 09:15:09.000 2011-06-07 00:00:00 29.1 1900-01-01 09:17:09.000 2011-06-07 00:00:00 29.4 1900-01-01 09:19:10.000 2011-06-07 00:00:00 29.4 1900-01-01 09:21:09.000 2011-06-07 00:00:00 29.7 1900-01-01 09:23:09.000 2011-06-07 00:00:00 30 1900-01-01 09:25:09.000 2011-06-07 00:00:00 30.3 1900-01-01 09:27:09.000 2011-06-07 00:00:00 27 1900-01-01 10:33:10.000 2011-06-07 00:00:00 27.3 1900-01-01 10:35:10.000 2011-06-07 00:00:00 27.6 1900-01-01 10:37:10.000 2011-06-07 00:00:00 27.9 1900-01-01 10:39:10.000 2011-06-07 00:00:00 28.2 1900-01-01 10:41:10.000 2011-06-07 00:00:00 </code></pre> <p><strong>this is my pressure reading</strong></p> <pre><code>Pressure Time Date 0.5 1900-01-01 13:46:36.000 2011-06-07 00:00:00 0.9 1900-01-01 13:51:36.000 2011-06-07 00:00:00 1.3 1900-01-01 13:56:36.000 2011-06-07 00:00:00 1.7 1900-01-01 14:01:36.000 2011-06-07 00:00:00 2.1 1900-01-01 14:06:36.000 2011-06-07 00:00:00 2.5 1900-01-01 14:11:36.000 2011-06-07 00:00:00 2.9 1900-01-01 14:16:36.000 2011-06-07 00:00:00 0.5 1900-01-01 15:09:52.000 2011-06-07 00:00:00 0.9 1900-01-01 15:11:51.000 2011-06-07 00:00:00 1.3 1900-01-01 15:13:52.000 2011-06-07 00:00:00 1.7 1900-01-01 15:15:52.000 2011-06-07 00:00:00 2.1 1900-01-01 15:17:51.000 2011-06-07 00:00:00 2.5 1900-01-01 15:19:51.000 2011-06-07 00:00:00 2.9 1900-01-01 15:21:51.000 2011-06-07 00:00:00 3.3 1900-01-01 15:23:51.000 2011-06-07 00:00:00 3.7 1900-01-01 15:25:51.000 2011-06-07 00:00:00 4.1 1900-01-01 15:27:51.000 2011-06-07 00:00:00 4.5 1900-01-01 15:29:51.000 2011-06-07 00:00:00 4.9 1900-01-01 07:03:09.000 2011-06-07 00:00:00 5.3 1900-01-01 07:05:09.000 2011-06-07 00:00:00 5.7 1900-01-01 07:07:09.000 2011-06-07 00:00:00 6.1 1900-01-01 07:09:09.000 2011-06-07 00:00:00 6.5 1900-01-01 07:11:09.000 2011-06-07 00:00:00 6.9 1900-01-01 07:13:09.000 2011-06-07 00:00:00 6.9 1900-01-01 07:15:09.000 2011-06-07 00:00:00 7.3 1900-01-01 07:17:09.000 2011-06-07 00:00:00 7.7 1900-01-01 07:19:09.000 2011-06-07 00:00:00 8.1 1900-01-01 07:21:09.000 2011-06-07 00:00:00 8.5 1900-01-01 07:23:09.000 2011-06-07 00:00:00 0.5 1900-01-01 09:03:09.000 2011-06-07 00:00:00 0.9 1900-01-01 09:05:09.000 2011-06-07 00:00:00 1.3 1900-01-01 09:07:09.000 2011-06-07 00:00:00 1.7 1900-01-01 09:09:09.000 2011-06-07 00:00:00 2.1 1900-01-01 09:11:09.000 2011-06-07 00:00:00 2.5 1900-01-01 09:13:09.000 2011-06-07 00:00:00 2.9 1900-01-01 09:15:09.000 2011-06-07 00:00:00 3.3 1900-01-01 09:17:09.000 2011-06-07 00:00:00 3.3 1900-01-01 09:19:09.000 2011-06-07 00:00:00 3.7 1900-01-01 09:21:09.000 2011-06-07 00:00:00 4.1 1900-01-01 09:23:09.000 2011-06-07 00:00:00 4.5 1900-01-01 09:25:09.000 2011-06-07 00:00:00 4.9 1900-01-01 09:27:09.000 2011-06-07 00:00:00 0.5 1900-01-01 10:33:10.000 2011-06-07 00:00:00 0.9 1900-01-01 10:35:10.000 2011-06-07 00:00:00 1.3 1900-01-01 10:37:10.000 2011-06-07 00:00:00 1.7 1900-01-01 10:39:10.000 2011-06-07 00:00:00 2.1 1900-01-01 10:41:10.000 2011-06-07 00:00:00 2.5 1900-01-01 17:02:57.000 2011-06-07 00:00:00 2.9 1900-01-01 17:04:57.000 2011-06-07 00:00:00 3.3 1900-01-01 17:06:57.000 2011-06-07 00:00:00 3.7 1900-01-01 17:08:57.000 2011-06-07 00:00:00 4.1 1900-01-01 17:10:57.000 2011-06-07 00:00:00 4.5 1900-01-01 17:12:57.000 2011-06-07 00:00:00 4.9 1900-01-01 17:14:57.000 2011-06-07 00:00:00 </code></pre> <p>and so on..</p> <p>The user will select a line from dropdownlist and shift and he will select a date from th calender If the user select shift1,plant 1 and date 07/06/2011 what are the readings are there between 7am to 3pm should be displayed in my report</p> <p><strong>My report should look like:</strong></p> <pre><code>Machine Shiftname Date Time Temperature Pressure mc1 Shift1 2011/06/07 07:03:10.000 30.3 4.9 mc1 Shift1 2011/06/07 07:05:11.000 30.6 5.3 mc1 Shift1 2011/06/07 07:07:10.000 30.9 5.7 </code></pre> <p>like this I want all the reading from temprature, pressure, ph, co2, d02 the table from 7 to 3pm</p> <p>can any one help me on this.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload