Hi,
I'am a new Knime user...and found it very usefull....but
Allready a little challenge :
in one table, i import many information, and each one contain a Name (Salesname) and a Date (Referencedate).
In a second one, all Sales are referenced with a Team. But it always change and i identified it with start and end date.
Column :
StartDate
EndDate
SalesMan.X
Team Z
So for 1 Sales, many enties in the first table and also in the second one....
How to write in the first Table the right Team identifier, based on the refenceDate !!???
I'm looking for something like (Java Snippet)
if ($StartDate$.compareTo($ReferenceDate$ ) <= 0) and
if ($EndDate$.compareTo($ReferenceDate$ ) >= 0) and
if ($SalesMan.x$ == $SalesName {
---> Append a nem column (Team) in first table with value (TeamZ) from the second table
Many thanks for any help
MitchP