Hi,what is place holder column?where we can use other than formula column?

Questions by babloo

Showing Answers 1 - 8 of 8 Answers

Krishna

  • Jul 3rd, 2006
 

Place Holder column is created in reports

A placeholder is a column for which you set the datatype and value in PL/SQL that you define. Placeholder columns are useful when you want to selectively set the value of a column (e.g., each time the nth record is fetched, or each time a record containing a specific value is fetched, etc.). You can set the value of a placeholder column in the following places: the Before Report Trigger, if the placeholder is a report-level column a report-level formula column, if the placeholder is a report-level column a formula in the placeholder's group or a group below it (the value is set once for each record of the group)

DEEPAK KUMAR

  • Oct 4th, 2006
 

Place holder is a column that store the value in A VariAble

  Was this answer useful?  Yes

sumanpani

  • Sep 16th, 2008
 

A placeholder is a column for which you set the datatype and value in PL/SQL that you define.  You can set the value of a placeholder column in the following places:

n the Before Report Trigger, if the placeholder is a report-level column

n a report-level formula column, if the placeholder is a report-level column

To create or edit a placeholder column:

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions