I need to know exactly how can I allow on knime to subtract “period or number of days” from today’s date to give me an appended new column with dates in the past
Which nodes and how should I work inside each node exactly that would allow at the end subtracting number of days from today’s date for more than 100 rows
It would be best if you provided more context for your question. As it stands, you’ll only get general advice such as, “try using the Date&Time Shift node”.
What have you tried so far?
Do you need to generate “today’s date” or is that already in your table?
Do you want to subtract the same number of days for each row?
as @elsamuel said you need to use Date&Time Shift node to for your task. Under assumption you have today’s date in one column and number of days (positive numbers) to subtract in another one first you need to convert number to be negative using Math Formula node. Then follow it with above mentioned node, define your column with negative values as numerical column and granularity as days.
Give it a try and if any questions feel free to ask. Welcome to KNIME Community!
It would be best if you showed us your workflow and sample data so that we can see what you’re actually doing. Otherwise, we’re just going to go around in circles.
Can you please show me the Java snippet configuration as well as the date and time shift node, as I do not see any node in the picture allowing that subtraction occured
Extremely sorry for the inconvenience and thanks alot for your help
After I totally understand this one , it will actually help alot
(How can I download the Java snippet node, located in which category)