View previous topic :: View next topic |
Author |
Message |
pkarthik@email.com Beginner

Joined: 29 Mar 2005 Posts: 34 Topics: 18 Location: Canada
|
Posted: Sat Aug 27, 2005 11:53 am Post subject: BLANK WHEN ZERO - a general doubt |
|
|
Hi ,
I have a numeric variable which contains value as 0 (ZERO).in order to avoid displaying them in a report. I used BLANK WHEN ZERO Is that variable can be used in any arithmetic operrations. Since BLANK WHEN ZERO is one of the editing picture clause.Using them in to arithmetic operation is acceptable.
Regards,
P.Karthik _________________ For any type of complex problems there will be multiple easiest solutions |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Sat Aug 27, 2005 11:38 pm Post subject: |
|
|
pkarthik,
You can't use the Numeric Edited variables in arithmetic operations. You need to use another normal numeric variable, perform all calculations and finally before you write to the report, move its contents to the numeric edited and write that onto the report file.
hope this helps,
Thanks,
Phantom |
|
Back to top |
|
 |
|
|