I need some assistance with filtering a table's "Period" field, which contains dates in the format of YYYYMM, to show only periods that are earlier than the current date.
My plan was to create a button with an action to select variables in the field and use an expression such asPeriod < Date(today(), 'YYYYMM')to filter it. However, this method has not been successful.
I am hoping to find a solution. Thank you in advance for your help.