Hi all,
I have another question relating to Knime as I make my transfer from Alteryx to Knime as the syntax on both is quite different.
Essentially I have the Filter I made in Alteryx that filters records where the value in the [EntryDate] column is greater than or equal to (>=) the result of subtracting 29 days from today’s date and I need to recreate it in Knime:
[EntryDate] >= Datetimeadd(DateTimeToday(),-29,‘days’)
However I’m unsure as to what the corresponding syntax is in Knime I’ve tried a few things but have gotten nowhere.
Thanks for any help provided in advance.