on 2007 Aug 24 9:26 PM
Post Author: ivanl
CA Forum: Formula
Hi,
I have a field "type" that has positive and negative values. How do I ensure that the absolute value is extracted from database?
Thanks,
Ivan
Request clarification before answering.
Post Author: SKodidine
CA Forum: Formula
In CR XI you can use ABS function such as:
abs({table.field});
From CR XI help:
Action
Abs (x) returns the absolute value of x.
Examples
Abs(1.50)
Returns 1.50.
Abs(-1.50)
Returns 1.50.
Abs(10 - 7)
Returns 3.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.