The way some of my data is structured, I have to create the layout for Tableau visualisation in Knime before it ends up in Tableau. That’s fine, but I would like a date window I can show there. Is it possible to extract start/end date from the Date&Time-Based row filter node into new columns (with the goal of having MAX([DateFrom]) as a fixed quantity in Tableau)? I am wondering if there is a short way of doing it or if I’m going to have to do some aggregates etc in Knime first.
OR can I set the dates using variables beforehand? Ideally, I’d like this kind of format:
I think I’ve figured it out. Group By in two separate branches MAX(Date) and MIN(Date), Table Row to Variable, two constant value column nodes later in the stream and then string to date. Awkward, but it does the job.