in one report using two layout models.if yes how to do
Answers were Sorted based on User's Feedback
Answer / vishnukant mishra
you can use one or more than one layout in one report By
using Aditional layout option from tool pallate
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / santosh kumar
Multiple layouts can be used for reports(xml)
Conditions can be used to choose particular layout "if"
EG:
WRITE LOOP
<FOR EACH:GROUP_NAME?>
IF "GIVE CONDITION" THEN
------- LAYOUT --------
ELSE
------ LAYOUT 2---------
END IF;
<? END FOR-EACH?>
| Is This Answer Correct ? | 0 Yes | 0 No |
in oracle workflow if i want to send a mail to the user after sending if the user didn't approve the mail after 10 mins it is automatimatically approved how we can approach?
is it possible to run the interface without using oracle apps?
What is implicity cursor . When it fires . For which statement it will fire(Insert/update/delte). What is the attribute of implicity and explicity cursor oracle 9i. What is the Rec cursor.
Presently u are working in which version?
WHAT IS THE FORWARDREFERENCE IN PL/SQL?
What are do's and dont's of Interface?
Sys Admin Module?
What does appl_top directory contain?
How can u populate data into po_headers_all segment2 column?
is UOM maintained at master level or organization level or both?
wht is format triger?
Is that Possible To create package without Specification , If Yes Give any Examples