How to create multi-layout reports ? If we have 5 layouts ,
then how to get into the 4th one ?

Answers were Sorted based on User's Feedback



How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?..

Answer / prakash

if u have 5 layouts u nedd 4th one.then do one thing.

first create the 5 layouts.after thet create one user
parameter.and u will wtite formate trigger for each layout.
after that u will run the report.then that user parameter
wiil ask some value/character. then u will give which name
u r giving 4th layout.

regards,
prakash.

Is This Answer Correct ?    14 Yes 2 No

How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?..

Answer / altaf a shaikh

first create the 5 layouts.Create each layout in a separate
Main frame.You can create 5 main frames one below the
other.No layout should cross x-axis and Y-axis.After that
create one user parameter. and u will wtite formate trigger
for each Main Frame format trigger.
after that u will run the report.

--In format trigger of first Main frame you will mention
-- for first layout to display
if :p_parameter = 1 then
return true;
end if;

--In format trigger of Second Main frame you will mention
-- for Second layout to display
if :p_parameter = 2 then
return true;
end if;

perform above task for remaining 3 main frames.

when You run report.
If You enter p_parameter value as 1 then first layout will
be displayed as output.
If You enter p_parameter value as 2 then second layout will
be displayed as output.

Is This Answer Correct ?    11 Yes 0 No

How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?..

Answer / viswa

using format trigger we can spesific layout

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More Oracle Apps Technical Interview Questions

I want to print output in portrait style?where i have to change the settings?

2 Answers   Sierra Atlantica,


Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com

0 Answers  


why r u move in the cus_top only why not move another top

4 Answers   Wipro,


While running the concurrent program we will get the status, we have to change the status. How it will be done.

2 Answers   Zensar,


how i can create temporary table?

1 Answers   Zensar,


How many schemas we have? how many you have used?

0 Answers  


how can i print random rows in plsql table

0 Answers   Fujitsu, KPIT,


In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?

9 Answers   TCS,


What are profile options?

4 Answers   Accenture,


what is pick selection list generation report.

3 Answers  


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?

3 Answers   Accenture,


How can u populate data into po_headers_all segment2 column?

1 Answers   BirlaSoft,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)