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

wht is the use of Xml reports over reports6i?

5 Answers  


How to write the no data found in XML Publiser Report in apps?

2 Answers   UST,


In sequence i want to 11 and 15th values how we will write?

0 Answers  


In oracle application how do you debug or trace errors?

0 Answers  


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

0 Answers   IBM,






1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function

2 Answers   Zensar,


what is the difference between multiorg views and multiorg tables

2 Answers   Immense Source, Intelligroup, TCS,


What does appl_top directory contain?

0 Answers  


what are stock locators and how to define them? name the tables where the stock locator information is stored. at least two.

3 Answers   Scan Steel,


how to change the logo in template dynamically?

2 Answers   Sierra Atlantica,


Which module is not in multiorg

6 Answers   HCL, Wipro,


Can we customize a form with out template.fmb

5 Answers   Zensar,


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)