Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Please help-some suggestions very urgent
"maya" <maya_java_at_yahoo.com> wrote in message
news:1108574532.683848.54620_at_g14g2000cwa.googlegroups.com...
> All,
>
> I have a variable myavg in my sql reports. Now I want to display the
> value of this variable in a "compute" statement, is that possible ?
>
> Or, I have three fields
>
> TotalCourses Subjects passed %
> 7 5 71.4
> 4 3 75
>
> Student Total 11 8
> Student average ****
>
> I want to display the student average under % field. I have the value
> but I dont know how will I place it under this field. I display the
> text "Student average" using compute function
>
> Compute .... Label 'Student average' of .... on ...
>
> Can anyone please help ?
>
> Thanks
>
Show us some of what you've already done to try to solve this homework assignment. Post your code. Received on Wed Feb 16 2005 - 15:34:22 CST