Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#98 closed defect (fixed)

Cannot theme on joined secondary properties

Reported by: ronnielouie Owned by: anonymous
Priority: medium Milestone: 1.2
Component: Feature Service Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 928586, 838886, 793603

Description

When a feature class is created via a join, and that joined feature class is used in a layer definition, it is not possible to theme that layer based on the properties from the joined source. Select aggregate functions are used to enumerate the property values, and a Fdo class not found error will occur when trying to retrieve the values from the joined secondary data. Problem generally occurs when the secondary data is from an RDBMS.

Change History (3)

comment:1 by anonymous, 17 years ago

Owner: changed from ronnielouie to anonymous
Status: newassigned

comment:2 by anonymous, 17 years ago

Resolution: fixed
Status: assignedclosed

If a primary feature did not have any corresponding joined data, the server would attempt to set the secondary feature class name to empty, which resulted in 'Class not found' error. This submission corrects this behavior, which allows for select aggregates to succeed when defining themes.

Note: See TracTickets for help on using tickets.