Start Downloads via Commandline
Ability to use distinct
Hi George, Thanks a lot for the update, I'll give it a go soon 👍 Sent from Yahoo Mail on Android On Fri, 25 Aug 2023 at 16:20, George Borghoutssoxap@users.sourceforge.net wrote: I just published version 3.8 . Under settings it now also has the option to remove all duplicate rows before creating its output. It still will download the (filtered)table as a whole, but at least you now can get the duplicates removed before your Excel orCSV is generated. **[tickets:#2] Ability to use distinct ** Status:...
I just published version 3.8 . Under settings it now also has the option to remove all duplicate rows before creating its output. It still will download the (filtered)table as a whole, but at least you now can get the duplicates removed before your Excel orCSV is generated.
Hi Aym, many thanks for your message and kind words. Much appreciated. Your question is a very valid one, in standard SQL using the "distinct" and/or "group by" clauses (as well as some other clauses like e.g. "order by") are all normal and accepted. In SAP SQL those can also be used but unfortunately the function module rfc_read_table (which is what ExtracTable connects to in your selected SAP system) does not allow such SQL clauses to be used. SAP's rfc_read_table function module is thus rather...
Ability to use distinct
Start Downloads via Commandline