Hi, please help me solve my problem.
When create report I want to add a prompt to select dates.
In Information Design Tool I create three objects:
1. DIM_DATE.DATE_DT = SYSDATE-1 (Start date)
2. DIM_DATE.DATE_DT = (SYSDATE) (End date)
3. DIM_DATE.DATE_DT between Trunc(to_date(@Prompt('Дата (начало):','D',,Mono,Free,Persistent),'dd-MM-yyyy HH24:mi:ss')) and Trunc(to_date(@Prompt('Дата (конец):','D',,Mono,Free,Persistent),'dd-MM-yyyy HH24:mi:ss')) (Prompt)
After I create report and on panel filters and pull out object named Prompt. Choose in the parameters object "Object from the query" and select in the first prompt Start date, in the second prompt End date.
In Information Design Tool it works when previewing data object "Prompt", but in Web Intelligence does not work. I can not understand why...
Maybe you can help me understand what the problem is?
My system settings:
Oracle11
BusinessObjects4.1 SP3
Information Design Tool 4.1 SP3
Regards,
Kristina