how can we get odd numbered pages in output of a report
Answers were Sorted based on User's Feedback
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 |
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 |
How do u customize the Reports?
explain p2p cycle? what are the tables used for this?
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?
cursor 1 and cursor 2 are there did you open both the cursors at a time or not?
Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen
link between po and ap modules
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
List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS
What is the maximum number of statements that can be specified in a trigger statement?
in which tables the transaction details stored? at least two.
In Per_all_people_f table what is the significance of '_f ' ?
WHAT IS USE OF APPS API?