PeteWalburn
Programmer
Hello,
In one of my reports, I need to create different SQL depending on a value that is set higher up in the report.
At the moment I have tried setting the SelectClause, FromClause and WhereClause in the Start Method of the DataStream.
From the Actuate Help, I understand that I need to override the BindDataRow method too, but I get errors when I do this.
Has anyone been able to do something similar?
Pete
In one of my reports, I need to create different SQL depending on a value that is set higher up in the report.
At the moment I have tried setting the SelectClause, FromClause and WhereClause in the Start Method of the DataStream.
From the Actuate Help, I understand that I need to override the BindDataRow method too, but I get errors when I do this.
Has anyone been able to do something similar?
Pete