I have a report that takes a date from a user response prompt, on a BO report, and attempts to incorporate this date into a formula. The problem is that the date is not being seen as 'Date' data type. The associated Clarify field is of the Date data type.
I've tried ToDate, FormatDate, even trying SubStr and various combinations of all of them.
I have tried creating a variable 'Open at date' (all 3 var types tried) using =UserResponse ("Query 1 with CL_PR" , "Open date?"). The variable is then used in formulae. The formulae fail because the date isn't seen as date data type.
ToDate appears to be the function to use but it does not seem to be working successfully. Has anyone encountered and overcome this problem?
I've tried ToDate, FormatDate, even trying SubStr and various combinations of all of them.
I have tried creating a variable 'Open at date' (all 3 var types tried) using =UserResponse ("Query 1 with CL_PR" , "Open date?"). The variable is then used in formulae. The formulae fail because the date isn't seen as date data type.
ToDate appears to be the function to use but it does not seem to be working successfully. Has anyone encountered and overcome this problem?