DRILL DOWN REPORTS [message #275872] |
Tue, 23 October 2007 02:30 |
pavan geniga
Messages: 1 Registered: October 2007 Location: hyderabad
|
Junior Member |
|
|
hi eveyone,
i am presently working on drill down reports , iam facing a problem in
it , when iam pressing a button inside a report then its coming fine ,
when iam presing the different button then its going into working ... can u help me out..by attaching any of ur RDF'S which contains
drill down facility.....i'll be thankfull if u attach it ..
below is the code
there is button inside a report which contains following plsql code....
if it satisfies first condition it should run OWNSCONS report or else it shud run OWNOTHSER REPORT
--------------------------------------------------
IF TEM='Consultation' THEN
srw.run_report('\\MEDICITI\MEDICITI\EXE\OWNCONS PARAMFORM=NO P_DOCTORID='||:P_DOCTORID ||' FROMDATE='||:FROMDATE ||' TODATE='|| :TODATE );
ELSIF TEM='Other Services' THEN
srw.run_report('\\MEDICITI\MEDICITI\EXE\OWNOTHSER PARAMFORM=NO P_DOCTORID='||:P_DOCTORID ||' FROMDATE='||:FROMDATE ||' TODATE='|| :TODATE );
---------------------------------------------------------
|
|
|