Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Please help-some suggestions very urgent
Alan,
I dont know what u want.
I want to display student average under Student total.
student average value i have calculated using a view. student average
should be displayed under student total..
Alan wrote:
> "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 Fri Feb 18 2005 - 11:07:09 CST