• Is it possible to filter by relative dates? I know there are pre-defined parameters for ‘today’ and ‘future’ and so on but is there any way to easily expand this to cover:

    Today
    Tomorrow
    Tomorrow + 1
    Tomorrow + 2

    etc..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tomorrow is “future not today”

    To get “tomorrow + whatever” you could calculate a variable, pass it and use with “after”

    • This reply was modified 4 years, 6 months ago by polarracing.
    • This reply was modified 4 years, 6 months ago by polarracing.
    • This reply was modified 4 years, 6 months ago by polarracing.
    Thread Starter baldidiot

    (@baldidiot)

    OK thanks. Do you know how you would you set a variable for a specific relative day? Eg: Tomorrow + 2.

    Also with after that would include everything after that point but I’m assuming we could add in before as well, eg: the equivalent of “after tomorrow+1 before tomorrow+2”.

    You can calculate every date based on [today] – see math section in help.
    It should be something like this.
    [set myvar][calc][today]+2[/calc][/set]

    Thread Starter baldidiot

    (@baldidiot)

    Ah OK, I didn’t realise you could modify the date using the calc function.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Filter by Relative Dates (eg: Tomorrow +1)’ is closed to new replies.