Forum Discussion
SebTsang
5 years agoFrequent Visitor
How to filter rows in a table using values from two different columns
I am trying to set a filter on my table to only show rows where the createdon date is before the ticketcloseddate
SebTsang , You can create a column and then filter for value
if [createdon date]<= [ticketcloseddate] then 1 else 0
filter for 1
1 Reply
- amitchandakSuper User
SebTsang , You can create a column and then filter for value
if [createdon date]<= [ticketcloseddate] then 1 else 0
filter for 1