Viewing 5 posts - 16 through 20 (of 20 total)
This is the URL for the screenshot of the rdl file
http://i62.tinypic.com/f9mxi1.jpg
This is the URL for the screenshot of the report
http://i60.tinypic.com/16av09k.jpg
Thank You
October 8, 2014 at 8:58 am
I found the solution. In case anyone else has this problem go to http://support2.microsoft.com/kb/115237.
October 3, 2014 at 2:20 pm
What I was hoping for is a way to search the Heat Data and Movement Alarm tables first. That would tell me which Chart Data information I would need. I...
October 3, 2014 at 11:46 am
Data Sample
Heat Data Table
( HeatIdx, int, not null
HeatNumber, varchar(10), null
FurnaceIdx, int, null
TurnDate, datetime,null
PourStartTime, datetime, null
PourDuration, varchar(10), null
)
Movement Alarm Table
(HeatIdx, int,...
October 3, 2014 at 10:49 am
Here is the query:
/code
SELECT HeatData.HEAT_IDX, HeatData.HEAT_NUMBER, HeatData.FURNACE_IDX, HeatData.TURN_DATE, HeatData.POUR_START_TIME, HeatData.POUR_DURATION,
...
October 3, 2014 at 10:37 am
Viewing 5 posts - 16 through 20 (of 20 total)