I am working on a map for our Parks and Rec Department. I am wanting to show reservation detail for a camp site when they click on that particular site. I have the reservation data in a relationship class as a one to many to the parcel data. Is there any way to configure the pop-up to show that relationship class data?
I know that related table data cannot be displayed in Flex pre3.0 but has it changed in new version of 3.0. It seems to be a big limitation not being able to show 1:M relationships. I have got a workaround that uses two queries but would like to know if the query can contain joins.