×
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.
Hello Javier,
Am 09.07.2024 um 17:40 schrieb Javier Sanchez <javiersanchezbarquero@xxxxxxxxx>:
Can you give a pseudo code of your abstraction?
No.
But I can give you an example.
PF:
Flag1 | Score1 | Flag2 | Score2 | Flag3 | Score3
------+--------+-------+--------+-------+-------
Foo | 5 | Bar | 10 | Baz | 20
This | 25 | That | 8 | Other | 32
I'm seeking for a way to use JOIN LF to have a (virtual) 7th column with the sum of all Score fields:
LF:
Flag1 | Score1 | Flag2 | Score2 | Flag3 | Score3 | Sum
------+--------+-------+--------+-------+--------+-----
Foo | 5 | Bar | 10 | Baz | 20 | 35
This | 25 | That | 8 | Other | 32 | 65
I know how to do this in SQL, but I'm searching a way to use plain LFs for that for performance reasons — I'm using an old 150, and I'm a hobbyist. :-)
:wq! PoC
As an Amazon Associate we earn from qualifying purchases.
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.