Set Field Calculation

2011-11-14 Thread Mayfield, Andy L.
I am attempting to use an escalation to perform a set field action using mathematical calculation. From reading the documentation it seems that I should be able to do this, but I can't seem to get it work. I want to do something like: Name: Testfield Value: Field1 / 100 Field1 is a Real

Re: Set Field Calculation

2011-11-14 Thread Pargeter, Christie :CO IS
) [mailto:arslist@ARSLIST.ORG] On Behalf Of Mayfield, Andy L. Sent: Monday, November 14, 2011 7:47 AM To: arslist@ARSLIST.ORG Subject: Set Field Calculation ** I am attempting to use an escalation to perform a set field action using mathematical calculation. From reading the documentation it seems

Re: Set Field Calculation

2011-11-14 Thread Mayfield, Andy L.
Of Pargeter, Christie :CO IS Sent: Monday, November 14, 2011 9:50 AM To: arslist@ARSLIST.ORG Subject: Re: Set Field Calculation ** When you do the set field do you have it as: $Field1$ / 100 OR $Field1$ + / 100 The 2nd one the system will definitely see as concatenation not a mathematical function

Re: Set Field Calculation

2011-11-14 Thread Misi Mladoniczky
(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Pargeter, Christie :CO IS Sent: Monday, November 14, 2011 9:50 AM To: arslist@ARSLIST.ORG Subject: Re: Set Field Calculation ** When you do the set field do you have it as: $Field1$ / 100 OR $Field1$ + / 100 The 2nd one the system

Re: Set Field Calculation

2011-11-14 Thread Mayfield, Andy L.
Mladoniczky Sent: Monday, November 14, 2011 10:26 AM To: arslist@ARSLIST.ORG Subject: Re: Set Field Calculation Hi, The problem is that the contents go to a text field, so if you want to do maths, you need to go via a numeric field: Set-Fields 1: tmpreal = $Field1$ / 100.0 Set-Fiedls 2: Testfield