Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Error while refreshing the data provider from SAP HANA DB in Information Design Tool

$
0
0

Hi Sulabh,

 

It expects a query with group by clause. Rather than SELECT * , can you please try to fire something like

 

SELECT attribute 1, attribute 2, sum(measure 1), sum(measure 2) from "_SYS_BIC"."sulabh/AN_SFLIGHT"

group by attribute 1, attribute 2;

 

Regards,

 

Ravi


Viewing all articles
Browse latest Browse all 9165

Trending Articles