how can we get odd numbered pages in output of a report

Answers were Sorted based on User's Feedback



how can we get odd numbered pages in output of a report..

Answer / gireesh

u need to write stuff in before report trigger
suppose u fetch pagenumber value into field or variable
pagenum

now in trigger u h to write

if ((:pagenum/2=1) or :pagenum=1) then
return(true);
else
return(false);
end if;

Is This Answer Correct ?    9 Yes 1 No

how can we get odd numbered pages in output of a report..

Answer / jyoti prakash sil

Ths page property can be put in reports in 2 ways:
1. u have a text field(from rdf's insert > page number)
here u can't make any changes for odd number pages.
2. Use a field which has a source page number, the property
of the field has page numbering. The change has to be done
here (start at 1; increment by 2) and (reset at report
level).

This will make odd numbers appear in the report

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Oracle Apps Technical Interview Questions

which API to return the parameters & valuesets etc

1 Answers   GE, TCS,


I want to develop a oracle applications report using report builder 6i. I have two user parameters. How to provide list of values to parameters, which should show me at the time of submitting concurrent program.

1 Answers   Genpact, Y3K Imaginations,


can u explain which situation automonus transaction is used

2 Answers  


In interface how u find errors and how to solve. How to fix it?

3 Answers  


what is meant by lexical parameter

1 Answers   Wipro,






how to debug the report?

2 Answers   IBM, Qualcomm, Sierra Atlantica,


we have clients in different countries, we can run report in different places, if i want to display particular language,country,currency everything displays for that country how?

1 Answers  


In which table or database definition we can find the link of organization and operation units.

2 Answers   IBM,


What is the autonomous transaction?give me example?

2 Answers   Cap Gemini,


What is sca and how is it useful?

0 Answers  


How to create a purchase order without a requisition?

0 Answers  


can we use look up type instead of a pofile option?or valueset?is it possible how?

0 Answers   Cap Gemini,


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)