I have a table widget which has a date field. This field when clicked is sorting by year instead of a date. I would like to see rows that have a recent date assigned. I tried editing SAQL query ->
q = order q by Close Date asc; but its throwing up an error like this