Hello
I have a table "customers" with a field "birthday" (date). Now I should generate a list with those birthdays, sorted by Month and Day.
Functions that I use are NL and NF. The sorting is done in a FilterParameter in NL (+/-). But I can't get a correct column to sort by.
Regards