what is place holder column
Answers were Sorted based on User's Feedback
Place holder column is a column for which you set the
datatype and value in pl/sql that you difine
you can set the value of a placeholder column in the
following places
1. the before report trigger, if the placeholder is a
report_level column.
2. A report level formula column,if the placeholder is a
report_level column.
3. A formula in the placeholders group or a group below
it(the value is set once for each record of the group)
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / surya
It is column which holds the value and used as a reference
in report.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sugantha
Place holder is a column.which is mainly used to store the
temporary value in oracle reports. It can not displayed.
only store and use it
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the built-in used for getting cell values?
Where we can use the placeholder columns?
what is the sequence of firing triggers in forms?
What is a record group?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What is a canvas-view?
What is the maximum size of a form ?
how to create the triggers in the forms?
a text item is there what r the different types of triggers associated with it
What are the two repeating frame always associated with matrix object?
Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?