Thanks David I had some both ways in 6.x and RBase was nice and let me get by with it.
Marc ----- Original Message ----- From: "David M. Blocker" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Monday, March 07, 2005 8:56 AM Subject: [RBG7-L] - Re: Reports > Marc > > The dotting rules have not changed. > > The SUM OF syntax never required a dot before the variable name > Your vGrandTot variable expression DOES need the dots. The correct versions > are: > > Vtot = SUM OF vTotals > VGrandTot = ( .Vtot + .Vxxx) > > > David Blocker > [EMAIL PROTECTED] > 781-784-1919 > Fax: 781-784-1860 > Cell: 339-206-0261 > ----- Original Message ----- > From: "Marc" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[email protected]> > Sent: Monday, March 07, 2005 9:41 AM > Subject: [RBG7-L] - Reports > > > > Hi > > > > I just started working on converting my reports > > and noticed that it seems we do not user dotted > > vars much any more? > > > > I want to make sure that these are correct before > > I get too far into the process. > > > > Is this correct > > Vtot = Sum of vtotals > > VGrandTot = ( Vtot + Vxxx) > > > > Instead of this > > Vtot = Sum of .vtotals > > VGrandTot = ( .Vtot + .Vxxx) > > > > > > Thanks > > Marc > > > > > >
