Hi
I am using query widget to display the record from the feature layer on the map,
This layer contain limited information (Field eg. RequestID, OBJECTID,NOTES), So i am able to display only these fields.
Other information are present on different tables of schema.(I am using Oracle)
I need to display all the records on the Map bring from different table.
For this purpose i created one Store Procedure in Oracle, its returning all the value by passing RequestID
My question is Either i can use the store procedure in the Query Widget ,that display the value or i should use any other method to do this.
Please suggest any good solution for this, i am new to flexviewer.