----- Original Message ----- From: "Gunnar Ekblad" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Thursday, January 27, 2005 1:55 PM Subject: [RBG7-L] - RE: Summing Vars in Report
> Mike > Can you expand on this, I find my self all the time in situations where > dbcalc cant do what I need. DBCALC is so easy but cant be used (as far > as I understand) for further calculations. Are you saying a temp view or > something would help? Yes.. Just do the calc at the row level in the view. You can assign the Expression an Alias name which will show up in your view as a column. In your report, you can use the dbcalc to sum, etc on the view. > Gunnar Ekblad > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB > Sent: den 27 januari 2005 19:46 > To: RBG7-L Mailing List > Subject: [RBG7-L] - Summing Vars in Report > > Nevermind.. View with calc done then dbcalc on view. >
