Hello,
Currently, I have been working with Business Objects Semantic Layer (SL) SDK API. The issue that I am facing right now is in updating the default query script parameters in the data foundation of a universe. Let me explain it with the help of the following screenshot:
Out of all these parameters, I am mainly interested in updating/adding the value of ANSI92 to be Yes.
The reason for the requirement is as follows:
Using the SL SDK API, I am trying to create outer joins in the data foundation for a universe. The underlying database which I am using in Vertica, which supports ANSI92 format of SQL queries. Now, since the default value for ANSI92 is set to "No", it causes the generation for ANSI89 format of SQL queries. Due to this, the query script generated for the BO reports doesn't have outer join clauses.
Please suggest a good solution.
The reply is eagerly awaited.