Hello,
I am using your dashboard date picker, but it doesn't appear to be giving expected results in my where clause in Oracle. Here's my where clause:
where
invoice_date between to_date(('G_PARAM<p34:Display>'),'dd:mon:yyyy') and
to_date(to_char('G_PARAM<p63:Display>'),'dd:mon:yyyy')
group by country_desc order by amount desc