When to use Place holder columns in Oracle Reports and what
is a place holder column?
Answers were Sorted based on User's Feedback
Answer / harshad
place holder colum's are used to strore the value of the
varibale.
| Is This Answer Correct ? | 52 Yes | 8 No |
Answer / manasa
place holder columns are like global variables in the reports.
Variables declared in the PL/SQL code they cannot be the source of the field. So, if we assign the variables to placeholder columns they can be the source of the field since they are global variables.
| Is This Answer Correct ? | 27 Yes | 8 No |
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
Where is a procedure return in an external pl/sql library executed at the client or at the server?
Which of the two views should objects according to possession?
what is the source file of po report?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
where do u put the report file
What is the difference between formula column and place holder?
What are the different types of Record Groups?
What is the maximum no of chars the parameter can store?
In what situation u create the BPA.
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
explain about content canvas views?