Can a formula column be obtained through a select statement?
Answer / anil_abbireddy
Yes,
Ex:-
select empno,ename,sal,sal*10/100 hike from emp;
expl: here hike is the formula column obtained through
select statement
| Is This Answer Correct ? | 8 Yes | 6 No |
What is bind reference and how can it carate?
Is it possible to have multiple layouts in a report?
What are the different Parameter types?
Use the add_group_column function to add a column to record group that was created at a design time?
What are the built_ins used the display the LOV?
what is the use of between page trigers in REPORTS... (please give answer in a explanatory way...if possible give screen shots also...)
List out the oracle forms configuration files?
Do user parameters appear in the data modal editor in 2.5?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
What are all the system Parameters available in ORACLE Reports
can you change the default value of the radio button group at run time?
in before report trigger SRW.user_exit(FND_Userinit) what will do