Hi,
I am using a ServerVariable in my reports to present today's date.
When I call it in a report it works fine and uses the data type that the database column has:
------> 
But I also want to call the variable in a section title in my dashboard. When I try to do this I get a different type, the one that oracle supports.
-------------> 
I checked through the session manager in the online RPD and the type for this variable is LONGVARCHAR giving back this TIMESTAMP string. This also creates some other issues when I link through reports.
I tried to change the default initializer to DATE but didn't help. I also tried to change the SQL in my initialization block and cast as date but again nothing happened.
Is there any way that I can cast this as DATE so I can just see the date and not the hour?
Thanks