[Cin] The Around operation in a filter doesn't seem to work
Igor BEGHETTO
igorbeg at visi1.org
Wed Jun 26 09:00:15 CEST 2024
>> > 2. If we want all the files except between 2018/12/31 and 2021/01/01:
>> > Enable Target Op Value
>> > Or Not Time Gt> 2018/12/31 00:00:00
>> > Or Not Time Lt< 2021/01/01 00:00:00
> Did you mean "BEFORE 2018/12/31 and AFTER 2021/01/01"?
Exactly!
My examples, I use, below:
### z_myMediaBin_2018_only ###
Enable Target Op Value
Or Time Ge >= 2018/01/01 00:00:00
And Time Lt < 2019/01/01 00:00:00
### z_myMediaBin_between2019-2020 ###
Enable Target Op Value
Or Time Ge >= 2019/01/01 00:00:00
And Time Lt < 2021/01/01 00:00:00
### z_myMediaBin_exceptBetween2019-2020 ###
Enable Target Op Value
Or Not Time Ge >= 2019/01/01 00:00:00
Or Not Time Lt < 2021/01/01 00:00:00
The characters "z_" in the head of the folder name is to put them in the
bottom of the list in the Resource window.
More information about the Cin
mailing list