Re: Real to Integer Comparisons

2009-10-10 Thread David Sanders
] On Behalf Of Alexander Straph Sent: Saturday, October 10, 2009 12:00 AM To: arslist@ARSLIST.ORG Subject: Real to Integer Comparisons Hi. The client has a set up where they have a field called SequenceNumber. This field is a decimal number set to a precision of 2. The reason for this is because

Re: Real to Integer Comparisons

2009-10-10 Thread Frank, Gordon M. (CMS/CTR)
: Real to Integer Comparisons Hi Alex You could add a new integer field to your form, and add a filter with a Set Fields action to set the value of SequenceNumber to the new integer field. This field will then always contain just the whole number part of your sequencing number. HTH David Sanders

Real to Integer Comparisons

2009-10-09 Thread Alexander Straph
Hi. The client has a set up where they have a field called SequenceNumber. This field is a decimal number set to a precision of 2. The reason for this is because they have subsequence numbers, that is it goes like 1, 2, 3, 3.1, 3.2, 3.3, 4. The entries are being grouped by whole number, that