What is the Placeholder Column? What is the Format Trigger?

Showing Answers 1 - 4 of 4 Answers

A placeholder column is used to hold the value of certain calculation or a variable that is being carried out in a formula column. A place holder can be defined as anumber, character or date type, depending upon the type of value which will be stored into it.

A format trigger is used when we want to display a particular field, if certain conditions are met.

  Was this answer useful?  Yes

Placeholder column is a global variable for which we can set data type and data value.
Format Trigger is a PL/SQL function. This trigger is going to fire before an object is printed in report output.
it return boolean-true then go to print.
                          -false then don't print.

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