local variable date format
Author: osieman@gmail.com (osie_osie)
A local variable($lv_date$) with display format = DIS(yyyy-mm-dd)
I then put this into a where clause
"where br_from_dt >= '%%$lv_date$%%%'"
before it would display as where br_from_dt >= '2010-06-30'
but now it shows as where br_from_dt >= '201006-30'
Temporary workaround from Uli:
Add an extra '-'
Use DIS(yyyy--mm-dd) ??




