×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I wanted to extract the low order 2 digits of the year value in an *iso
date field. Trying to do the most in the shortest possible instruction, I
entered:
iso_date contains '2007-06-16'
pr_year is a 2-byte numeric (whole number) field
After the 'eval', pr_year contained 00, not 07. I figured I'm not
understanding something about the step-by-step nature of complex
statements. My first workaround attempt involved extracting the innermost
evaluation and doing it separately (fscl@yr is 4,0):
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.