Cathy,
That's what I've done but it still doesn't subtotal the misc. charges, it only uses one of the charges for some reason.
That's what I've done but it still doesn't subtotal the misc. charges, it only uses one of the charges for some reason.
--- In vantage@yahoogroups.com, "Cathy" <cathy@...> wrote:
>
> You will need to do a subtotal on the misc charges in the sub-report and
> make this a shared variable.
>
>
>
> This is what we used in the subreport
>
>
>
> Shared NumberVar TSQuoteMiscCharges;
>
>
>
> TSQuoteMiscCharges := Sum ({QuoteLnMsc.MiscAmt})
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> Sean Toler
> Sent: Friday, February 15, 2013 10:32 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Quote Form Totals
>
>
>
>
>
> Thanks. I gave that a try and was able to get some success, however, if
> there are multiple lines with multiple misc. charges, the misc. charges are
> not being summarized. It is only using one of the misc. charges in the final
> calculation.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "CalvinDekker" wrote:
> >
> > Sean -
> >
> > You may want to check out this instructional message:
> >
> http://forums.codeguru.com/showthread.php?449494-How-to-get-formula-field-va
> lue-from-Subreport-to-main-report
> >
> > Then use another formula field to add up the values returned from the
> sub-report(s). This must be placed in a report section that is displayed
> after the sub-report section(s)
> >
> > Hope this helps,
> > Calvin Dekker
> > Office: 630-672-7688 Ext. 1484
> > Email: calvin@
> > http://www.codabears.com
> >
> >
> > "No trees were harmed during the sending of this message, however a large
> number of electrons were terribly inconvenienced."
> >
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , "Sean
> Toler" wrote:
> > >
> > > Hello,
> > > I have been asked to add a line at the bottom of our quote form that
> gives a grand total. At first I thought this would be easily done with a
> summary of the @extendedprice formula until I noticed the Line Misc Charges
> subreport. I have very limited experience with shared variables and have
> been attempting to create one that would allow me to add the total misc
> charges to the total extended price but can not get it to work.
> > > Can someone walk me through this?
> > >
> > > Thanks!
> > >
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>