×
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.
You could use SQL and use a lateral if you are only having to read the
data? Set it up as a view to keep from having to retype it with 40 fields
create table qtemp/monthly (month1 numeric(11,2), month2 numeric(11,
2), month3 numeric(11,2))
insert into qtemp/monthly values(100,200,300)
select mo.* from monthly, lateral ( values (1, month1), (2, month2), (3,
month3)) as mo (month, total)
Then fetch it into a DS Array.
message: 2
date: Fri, 12 Mar 2021 16:58:55 +0000
from: "(WalzCraft) Jerry Forss" <JForss@xxxxxxxxxxxxx>
subject: RE: File Fields In Array
RDi doesn't like the SamePos.
I'm on 7.3 tr6.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.