[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Decimal Problem



Jason,

I'm not sure why you're getting the decimal with that edit mask. Anyway,
multiply your number by 100 before this Let statement.

Rod





Jason Rupp <jrupp@TECHNEGLAS.COM>@list.iex.net> on 04/02/2002 09:34:39 AM

Please respond to sqr-users@list.iex.net

Sent by:  "Discussion of SQR, Brio Software's database reporting language"
      <SQR-USERS@list.iex.net>


To:   SQR-USERS@list.iex.net
cc:

Subject:  Decimal Problem

Hi All,

I am converting a number to a string.  I do not want the decimal to be
in this string.  Here is the code that I tried:

Let $Annual_Pledge = edit(#Annual_Pledge,  '999999999')

I am not sure if it is possible to use an edit function on a number.
Anyway, my result looks like this 000045.98 and I am looking for this
000004598.

Any suggestions?

Thanks!