Statistics for data that is published from query layer and Materialized View

626
1
Jump to solution
10-15-2020 05:36 AM
shaileshgavathe
Occasional Contributor II

Hello,

Was wondering, if there is a limitation on statistics feature under ArcGIS 10.7?

We made Materialized Views and publish them with query layer but come to see the below flag under Rest end point? Is statistic/calculations not supported for service publish this way?

Supports Calculate: false

Thanks in advance,

Shay

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
shaileshgavathe
Occasional Contributor II

Never Mind. Figured out what the issue was with this one. Make sure you provide a correct

oid_fields fields to map to when you send it to below function.
MakeQueryLayer(input_database, out_layer_name, query, {oid_fields}, {shape_type}, {srid}, {spatial_reference}, {spatial_properties}, {m_values}, {z_values}, {extent})

If you need to know more about Postgres ESRI Implementation. Please follow the discussion here Support for PostgreSQL 11 by Marco Boeringa‌.



View solution in original post

0 Kudos
1 Reply
shaileshgavathe
Occasional Contributor II

Never Mind. Figured out what the issue was with this one. Make sure you provide a correct

oid_fields fields to map to when you send it to below function.
MakeQueryLayer(input_database, out_layer_name, query, {oid_fields}, {shape_type}, {srid}, {spatial_reference}, {spatial_properties}, {m_values}, {z_values}, {extent})

If you need to know more about Postgres ESRI Implementation. Please follow the discussion here Support for PostgreSQL 11 by Marco Boeringa‌.



0 Kudos