Forum Discussion

zfesler's avatar
zfesler
Data Storage
07-26-2022
Solved

Advanced Filtering

I'm having trouble finding good documentation on Advanced Filtering. If I'm looking at the below, this will return 1 date, 7 days ago (July 19th). I was wondering, is there a way to manipulate this filter to return multiple days at set intervals. For example, today being the 26th, I would like to return 7, 14, & 21 days ago (July 19th, 12th, 5th only).

 

{
  "last": {
    "count": 1,
    "offset": 7
  }
}

  Thanks in advance!

  • Hi zfesler ,

    Use 'or' condition (if you need to display definite number of dates) in advanced filter as below:

    -Hari

     

1 Reply

Replies have been turned off for this discussion
  • harikm007's avatar
    harikm007
    Data Warehouse

    Hi zfesler ,

    Use 'or' condition (if you need to display definite number of dates) in advanced filter as below:

    -Hari