# Report Builder Question General **Category:** [Yahoo Archive](https://www.epiusers.help/c/yahoo-archive/9) **Created:** 2000-10-20 14:26 UTC **Views:** 448 **Replies:** 6 **URL:** https://www.epiusers.help/t/report-builder-question-general/1380 --- ## Post #1 by @system
>Dan -
>
> From the Report menu - choose print.
>On the Print dialog window there is an option to print the
>Report Specification. The report specification will detail
>Hi Dan,
>
>I'm not sure what you mean by 'custom calculations'. If you make a
>calculated field, you just give the field a name and add your calc in the
>expression part. And then you just add that field to the report. Is there
>something else you are talking about?
>
>Sarah
>
----- Original Message -----
From: Dan Maddox <dmaddox@...>
To: <vantage@egroups.com>
Sent: Wednesday, October 18, 2000 6:40 AM
Subject: RE: [Vantage] Report Builder Question General
> How do you print the expression itself? There are about a dozen
calculated
> fields in a report I'm working on. One looks like this:
>
> iif(JobAsmbl.AssemblySeq = 0 and LLAtot > 0 , round((TLAMS + LLAMS) /
> JobOper.QtyCompleted,5) , round(TLAMS / JobOper.QtyCompleted,5))
>
> I have found it necessary to join another table, but in doing so, I have
to
> change the join order, and therefor have to start from scratch with the
> calcs. If I can't figure out a way to have the expressions print
> (somewhere), then I'll have to copy/paste every one of them to a
clipboard.
>
> At 04:42 PM 10/17/2000 -0400, you wrote:
> >Hi Dan,
> >
> >I'm not sure what you mean by 'custom calculations'. If you make a
> >calculated field, you just give the field a name and add your calc in the
> >expression part. And then you just add that field to the report. Is
there
> >something else you are talking about?
> >
> >Sarah
> >
>
>
>
>
> We no longer allow attachments to files. To access/share Report Files,
please go to the following link: http://www.egroups.com/files/vantage/
> (Note: If this link does not work for you the first time you try it, go
to www.egroups.com, login and be sure to save your password, choose My
Groups, choose Vantage, then choose Files. If you save the password, the
link above will work the next time you try it.)
On Wed, 18 Oct 2000 07:40:31 -0400, vantage@egroups.com wrote:
> How do you print the expression itself? There are about a dozen
calculated
> fields in a report I'm working on. One looks like this:
>
> iif(JobAsmbl.AssemblySeq = 0 and LLAtot > 0 , round((TLAMS + LLAMS) /
> JobOper.QtyCompleted,5) , round(TLAMS / JobOper.QtyCompleted,5))
>
> I have found it necessary to join another table, but in doing so, I have
to
> change the join order, and therefor have to start from scratch with the
> calcs. If I can't figure out a way to have the expressions print
> (somewhere), then I'll have to copy/paste every one of them to a
clipboard.
>
> At 04:42 PM 10/17/2000 -0400, you wrote:
> >Hi Dan,
> >
> >I'm not sure what you mean by 'custom calculations'. If you make a
> >calculated field, you just give the field a name and add your calc in
the
> >expression part. And then you just add that field to the report. Is
there
> >something else you are talking about?
> >
> >Sarah
> >
>
>
Ted Kitch
tedkitch@...
_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html
>Dan -
>
> From the Report menu - choose print.
>On the Print dialog window there is an option to print the
>Report Specification. The report specification will detail
>your calculated fields, however you will need to recreate
>these when you have completed the restructuring of the
>joins.
>
>Calvin