i have a report built using the following SQL code in it.
Max(length(replace(substr(wdim.daymap,1,((Trunc(sysdate-1)-<<Startdate, To_date()>>)+1)),’N’))))
this is not an exact copy of the code, To-date has info on formatting within(). my question is how do i get this into formula form in v8.5? it has been driving me nuts. any help would be very much appreciated, thanks
Max(length(replace(substr(wdim.daymap,1,((Trunc(sysdate-1)-<<Startdate, To_date()>>)+1)),’N’))))
this is not an exact copy of the code, To-date has info on formatting within(). my question is how do i get this into formula form in v8.5? it has been driving me nuts. any help would be very much appreciated, thanks