cancel
Showing results for 
Search instead for 
Did you mean: 

SAC Display Polygon based on HANA Live

former_member6443
Contributor
0 Kudos
431

Hi All,

I am having trouble visualizing a Polygon in SAP Analytics Cloud using HANA Cloud

I have a table HANA Cloud where I have stored the Polygon for a region , the table is as below The srid is for Australia.

entity LGA_2019_AUST {
        
        LGA_CODE16 : String(5);
        LGA_NAME : String(50);
        STATE_CODE : String(1);
        STATE_NAME : String(30);
        AREA_SQKM  : Decimal(31,15);
        SHAPE      : hana.ST_GEOMETRY(3577);
}

I have a calculation view where I have exposed this data as a Cube for this Table and I am consuming this via HANA live in SAP Analytics Cloud

The geo map is being displayed in SAC Analytics but not the Polygon as per the below screen shot , Is this possible ?

polygon.png

Can we display polygons in SAC using HANA Live ?

Thanks

Afshin

View Entire Topic
Katryn_Cheng
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi there,

SAP Analytics cloud can only display polygons if they are in a shapefile or as an Esri ArcGIS layer. Here are some resources on this topic:

Hope this helps.