I'm an amateur programmer currently working on an a simple application.
I'm using a PDA Toolbox Pro which combines drag-n-drop environment with simple scripting known as Script IDE. An example of an Action Block:
Quote:
Action ID
<list of action statements>
EndAction
|
I have created a calculated field (say
CLC1) which sums the number of checked items automatically. Now I need to make another calculated field (say
CLC2) which substracts the former calculated field from a user-defined number (i.e. simple field - say
SMFD).
According to the tutuorial, to make such thing I have to insert this equation (Absolute Value Function):
Calc CLC2, "+abs(SMFD-CLC1)"
But it doesn't work because apparently a calculated field in the equation is causing problems.
Could anyone here help me with this?
I'd appreciate it.