cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Advanced Filtering

zfesler
7 - Data Storage
7 - Data Storage

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!

1 ACCEPTED SOLUTION

harikm007
13 - Data Warehouse
13 - Data Warehouse

Hi @zfesler ,

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

harikm007_0-1658858381696.png

-Hari

 

View solution in original post

1 REPLY 1

harikm007
13 - Data Warehouse
13 - Data Warehouse

Hi @zfesler ,

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

harikm007_0-1658858381696.png

-Hari