How can I read a date from Infoplus by ODBC in KNIME ?
In SPSS I use a nuget 'SQL dates base' and this script:
Example:
select ts, value FUNC_US8 from history
where name = 'FUNC1_D@08QU-FR-851I-01M1'
and ts between '$P-START' and '$P-END' and period = '$P-PERIODO'