url encoding comparison operators for dates

I’m trying to use the link url feature to drill to a look. I would like to filter the look based on the dates from the row but to give a date range instead of just the single date. For example, if a user drills down on the row: “2021-04”, the look would ideally filter to “2020-04 — 2021-04”. I was planning on encoding this in the url with a couple comparison operators.  Following the syntax given on this page works just fine with number fields but not with dates. Is there a way to encode a comparison operator that will work on dates? 

i.e. this works but not on dates:

dimension: name {  link: {    label: "Drill Look"    url:"/looks/looknumber?&f[orders.order_id]=%3E{{ other_orders.order_id._value }}"  }}
 
0 0 125
0 REPLIES 0
Top Labels in this Space
Top Solution Authors