All,
I am impressed with the replies I have read here recently in the last few weeks and obv plenty of Oracle gurus..
My question is as follows:....
I have a range of data that I need to report on as in the example as follows; Note that the SOR range is only part of the total SOR range (10000-99999)
Where the defect code = 1064 and SOR is in the range 18050 - 18999 (inclusive) then the fault code = 3133
Defect SOR Range Fault Code
1064 18050 - 18999 3133
1065 18050 - 18999 3131
1066 18050 - 18999 3200
1067 18050 - 18999 3132
Would I need to create a temporary table..that could be dropped/refreshed..??
I need this selection prior to running a report and I need to run a related query based on the data in the Fault Code field
Should I use a stored procedure or a subreport prior to a main report. I am using Oracle 8i and Seagate Info Vs7.0.
I have submitted before but have become unstuck...(wrong forum..) Any help would be greatly appreciated and/or assistance with the quickest result. this report needs to be run every month and their will be additions within the SOR range.
TIA
I am impressed with the replies I have read here recently in the last few weeks and obv plenty of Oracle gurus..
My question is as follows:....
I have a range of data that I need to report on as in the example as follows; Note that the SOR range is only part of the total SOR range (10000-99999)
Where the defect code = 1064 and SOR is in the range 18050 - 18999 (inclusive) then the fault code = 3133
Defect SOR Range Fault Code
1064 18050 - 18999 3133
1065 18050 - 18999 3131
1066 18050 - 18999 3200
1067 18050 - 18999 3132
Would I need to create a temporary table..that could be dropped/refreshed..??
I need this selection prior to running a report and I need to run a related query based on the data in the Fault Code field
Should I use a stored procedure or a subreport prior to a main report. I am using Oracle 8i and Seagate Info Vs7.0.
I have submitted before but have become unstuck...(wrong forum..) Any help would be greatly appreciated and/or assistance with the quickest result. this report needs to be run every month and their will be additions within the SOR range.
TIA