Display documents in datagrid

1561
2
06-15-2016 03:30 AM
SadanandacharB1
New Contributor III

Hi All,

        I have one feature class with columns like ID, STATION_NAME, ATT1,ATT2,..,LAT,LONG,PDF, etc.

And i have created one mapservice for this "http://xxx/Arcgis/rest/services/NSDL/mapserver".

My question is how to display all the attribute information on map click using Identify task and also depending on the point i have selected , I need to display the pdf document of that point feature, stored in the server folder(It may be  local or externel). I am storing only pdf names in the PDF columns.

My result should be like this,

One side my map and beside that i need to display resultant attributes with pdf documet.

Can you people please help me on this issue

Thanks!

0 Kudos
2 Replies
PanagiotisPapadopoulos
Esri Regular Contributor

you can prepare a spatial view on SDE geodatabase with a field containing the full path. Full path can be constructed using SQL.

An alternative is to create this path on Web App level (with javascript + HTML) when you creating the Pop - Up info.

0 Kudos
SadanandacharB1
New Contributor III

Hi thank you for your kind replay,

Sorry, but can you show me simple example

0 Kudos