Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have the following set expression
Month = {$(=max(Date)}
but i waant to write it as bewteen 1 and max(Date)
Thanks
Hi rgv,
Try this:
Month = {'>= 1 < $(=max(Date))'}
Regards,