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 |
How to call oracle database stored procedure from form in form coding ?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?
What is SET-OF-BOOKS?
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
is it possible to run the interface without using oracle apps?
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
what is the difference between procedure and function
what is the difference between po_vendors & po_headers_all? does po_vendors relate to opeating unit?
How to pass data into EXECUTE_IMMEDIATE statement in plsql body ?
How to link between inventory and OrderManagement.
in one report using two layout models.if yes how to do