cancel
Showing results for 
Search instead for 
Did you mean: 

Update the default query script parameters in the datafoundation

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

Hi,

What is the issue.Are you not able to update the  value to Yes?

You can change the value to Yes.

Amit

Former Member
0 Kudos

Hello Amit,

Thanks for the quick reply.

I can do update the ANSI92 to Yes manually (using IDT). But, I want to do so, using SL SDK API.

Actually, I am creating a webservice, which will create the universe and all the underlying components using the SL SDK API.

Hope it clarifies the problem.