• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Please help

 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic