difference between place holder and formula column
Answers were Sorted based on User's Feedback
The Place holder column is the column where we can define
the global variable and this variable is used in the
Formula columns for different calculations.
The formula column is used for the calculation of the
required logic for the report.
| Is This Answer Correct ? | 27 Yes | 5 No |
Answer / reddy
formula column will calculate value based on our logic it
will return one value.
palce holder column is a report global variable.
if we want return more than one value based on our logic we
will use place holedr column in formula column
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / ramana
The Place holder column is the column where we can define
the global variable and this variable is used in the
Formula columns for different calculations.
The formula column is used for the calculation of the
required logic for the report.
| Is This Answer Correct ? | 11 Yes | 2 No |
What is the difference between $$DATE$$ & $$DBDATE$$
What are the types of TRIGGERS ?
What is a Navigable item?
Is it possible to attach same library to more than one form?
difference between global n context sensitive segments?
How the Action Trigger works? and what is full syntex of srw.run_report?
1 Answers CMC, Yantro Software,
Can we invoke one form from another in a multi-forms application?
What is a physical page ? & What is a logical page ?
What are the different types of Package Procedure ?
What is a canvas-view?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
Use the add_group_column function to add a column to record group that was created at a design time?