Hi, would welcome some help on what I’m sure should be pretty basic but eludes me. I’d like to set up agents to capture event notes between, before or after certain dates.
I can’t seem to find the right syntax for this. I’m trying something like this:
$Prototype==“Event” AND $StartDate>year(1940)
though have tried lots of permutations of this, none of them working. Some exclude some events, but not always all the right ones. What am I doing wrong?
The goal would have to have several different timelines depending on the epoch. (I realise one way to do it would be to have the timelineband limit the number of events on the timeline itself, but having separate timelines seems more elegant, and allows for flexibility over the granularity of each timeline).
Many thanks, as ever.