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

difference b/w procedures&functions

2 Answers   Oracle, TCS,


about TCA architecture

1 Answers   TCS,


What is a flexfield? List out its types.

0 Answers  


how i can create temporary table?

1 Answers   Zensar,


What is the Lookup's and what is the use of lookup's?

3 Answers   TCS,






List of all the modules under Manufacturing, Finance and Distribution in oracle applications?

0 Answers  


how to use .prt file in bitmap reports?

2 Answers   Accenture,


How can a process be deployed in soa?

0 Answers  


what are the balancing segments in AR?

0 Answers  


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

0 Answers   Tech Mahindra,


what is tuning in oracle apps technical

3 Answers   TCS,


what are the error tables in AP?

6 Answers  


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)