Tengo una extracción en knime de datos de un año, estoy diseñando 1 flash para sacar kpis, pero no quiero que sea un flash cerrado… con datos de 1 semana, 1 mes o 1 año. Mi idea es que se pueda seleccionar el intervalo de fechas que se quiere incluir en los datos del flash, pero claro, sin acceder a knime.
Lo que busco exactamente es desde un Google Sheet, tener 1 celda de fecha inicio y otra de fecha final, entonces que mi knime saque datos brutos por un lado, y luego por otro, lea las fechas del google sheet y cruce esos brutos y hacer un filtro de "filtrame < que la fecha inicio y > que la fecha final. Con eso obtengo los datos dentro rango de fechas que quiero y de ahí arranca el procesado de los datos para el flash.
So I am not sure if I understood your question correctly, but as I understood it you are looking for a way to filter dates based on dates that you set in a Google Sheet. To do this you will have to first read in the dates using the Google Sheets Reader. You can then use the Date&Time-based Row Filter on your table with the dates you want to filter from and convert the Start and End dates and set them in the Date&Time-based Row Filter using flow variables.
Hope this is clear - let me know if not. Best,
Karen
I tried your way and had a problem with the Date&Time-based Row Filter, because my tables are legacy… so i figured another way using the table to row variable for the dates from the google sheet and then, using 2 rule-based row filter (1 for the end date and 1 for de start) after the reader from the table and seems to work so
Glad you managed to get it to work! And yes, the row filter will also work for data and time values, so that sounds like a good way to solve your problem!