Source realse date relevance

((Source Release Date of it = (now - 1 * day)as date))

im trying to get all the fixlets from today and yesterday
and i getting an error

how can i get it?

Seems like you were close!

How about something like the following:

(display name of site of it, id of it, name of it) of bes fixlets whose (source release date of it >= (current date - (1 * day)))

thank you very much!!!:slight_smile: