Hi,
I've gotten a little bit further! Using this {IF} tag I seem to be able to in this case see all the people that confirmed before the GDPR started (which as a result gives me a good refresh now 1 year in)
{if:var.{subtag:confirmed_date|type:time|format:%Y%m%d}<20180525}
I noticed that the "if" tag doesn't work if the value it's referring to is a variable as well. Is that true?
eg. {if:var.{subtag:confirmed_date|type:time|formate:%Y%m%d}<var.{date:1|format:%Y%m%d|remove:31536000}} didn't work but
{if:var.{subtag:confirmed_date|type:time|format:%Y%m%d}<20180701} did