I have set up a universe with several aggregate aware objects. What I want to do now is create a predefined condition on some of those objects. When I do this I get SQL errors from the user module. Here is an example of a predefined condition and the object it references.
Condition: @Select(Session\Session Date) BETWEEN @Prompt(‘Session Beginning
Date:’,‘D’,) AND @Prompt(‘Session Ending Date:’,‘D’,)
Object:
@Aggregate_Aware(DWH.SESSION.PROC_DATE,DWH.SH_CUST_VIEW.PROC_DATE)
The error that I get is as follows:
[IBM][CLI Driver][DB2/6000] SQL0206N “DWH.SH_CUST_VIEW.PROC_DATE” is not a
column in an inserted table, updated table, or any table identified in a FROM clause or is not a valid transition variable for the subject table of a trigger. SQLSTATE=42703 :-206
We are at BusinessObjects 4.0.5.5 and this is going against DB2 on an RS6000
Listserv Archives (BOB member since 2002-06-25)