Comments

2 comments

  • Joel Stewart

    I'd recommend combining the Datecolumn, year and month integers into a DATE type column using the ASDATE function into a new column. Then you can create a Filter to select all dates after January 1, 2016.

     

    0
    Comment actions Permalink
  • Pablo Redondo

    I recommend using the date functions, but you can also filter on the year column. Set year column equals year(today()). Select as input a "Formula" instead of a "constant" (See below).



    0
    Comment actions Permalink

Please sign in to leave a comment.