Hi - I am trying to use a select DAT to select rows in a table that have todays date. I have tried a few expressions in the ‘row select condition’ parameter but haven’t been able to get it to work. The dates are stored in column 5 named ‘date’
Can anyone help how to do this? Thanks!
row select condition checks the first column only, so you might have to do a little rearranging with reorderDAT.
You can use the ‘by values’ selection mode and for the “From Column” use an expression like me.inputs[0][0, 'date'].col
me.inputs[0][0, 'date'].col