There are two elements you need to know:
First, you use the base date dimension (e.g., Birth Date rather than
Birth Date Year or any other variation).
Second, in the filter expression, you compare to a date in the format
DD/MM/YYYY or DD/MM/YY
Rather than $$TODAY^%bi.S(), I would use the $HOROLOG variable
(=today) with the $ZDATE function, which you can use to get the date
into the format needed:
[Test Date = $ZDATE($HOROLOG,4)]
On Nov 16, 1:07 pm, msthandi <
mauricio.sthand...@intersystems.com>
wrote: