cancel
Showing results for 
Search instead for 
Did you mean: 

OLAP error while accessing Analytic Views using IDT?

Former Member
0 Kudos

Hello team,

Am getting an OLAP error, due to missing group by clause while accesing my analytic views in IDT. Can you help me to know what is the additional settings i need to do at IDT level?

Regards,

Krishna Tangudu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krishna,

Is this the same error you are getting while accessing the analytical view in IDT? - http://scn.sap.com/thread/3197764

If so, there is a SAP Note that refers to the problem - 1609126.

Thanks,

Anooj

Former Member
0 Kudos

Hi Anooj,

We are alo facing same issue while creating Universe on Analytic view and publishing it to Repository (we are using ODBC Connection).

As mentioned in the note I have changed the measures SQl sattement to SUM() however I am getting same kind of error for Attributes also which are of data type 'string', 'varchar' and 'Date'

Regards,

Venkat

Former Member
0 Kudos

Hi Venkat,

Sorry, I haven't used the ODBC connection in the IDT to connect to HANA.

For JDBC, all I had to do was:

a. In the business layer, right click on the measures and convert them from attributes to measures

b. Mention the aggregation type - e.g. SUM, MAX etc

After the above, when I created a query or say a WEBI report on top of the business layer of IDT, it automatically added the group by clause depending on my selection in the query.

I am guessing it should be the same for ODBC as well.

Thanks,

Anooj