The reports tag has no wiki summary.
2
votes
1answer
37 views
Reporting Engines used with ArcGIS Server
I'm curious what others are using to build the more elaborate reports out of ArcGIS Web API apps? By elaborate I mean ones that include lots of dynamic charts and tables, multiple maps/data frames ...
0
votes
0answers
27 views
Area statistics in Qgis
I just want your help to summarize areas in two levels; firs level is in a field (Municipalities) and in other field I have Has and finally a third field "values" that came from a raster, the values ...
0
votes
0answers
33 views
ArcGIS 10 reports with map and data table
HI wonder if anyone knows how to automate a report showing parcel information along with an inset map on the same page. I have access to ArcGIS 10.
thanks
1
vote
0answers
72 views
How to embed a PDF into an Excel spreadsheet? [closed]
This is what I want to do:
Create report using a polygon feature class to output areas of polygons using some logic and the ExportReport() function (This I have accomplished)
Create a PDF of the ...
3
votes
0answers
41 views
Report Designer (ArcGIS 10.1) - Using Element Properties
I've finally got a table generated that will work for a street index and I'm attempting to use the ‘Create Report’ tool with ArcGIS 10.1 to generate what I need for a map. Essentially, I have it setup ...
0
votes
0answers
10 views
How to Personalize Page Format Crystal report [closed]
i want to print a page in format :
hieght = 15 cm and
width = 30 cm
using crystal Report in VB.net
Im blocked and waiting someone " knew How to change report proprieties " to help Me
3
votes
1answer
93 views
Has anybody used arcpy.mapping.ExportReport successfully on 64bit machine?
The online help for arcpy.mapping.ExportReport says that it has some restrictions on use but does not list 64bit machines amongst them.
I am running the following test from IDLE under ArcGIS 10.1 SP1 ...
2
votes
2answers
35 views
Can MakeFeatureLayer Object be Passed into ExportReport Function Layer Parameter?
I'm trying to pass an in memory layer object created from a feature class using
Code:
arcpy.MakeFeatureLayer_management()
into the
Code:
arcpy.mapping.ExportReport()
function. It's erroring out, ...
0
votes
1answer
58 views
Create report and how to insert a comma at the end of the report?
When I run a create report and want to use the comma when you want to sum the acres ? Is there a way around to do that ?
Here is the attachment where I use the yellow highlight.
It is so much ...
5
votes
0answers
90 views
How to calculate custom fields in ArcGIS Reports
I have a custom report in ArcGIS that summarizes my fields using basic descriptive statistics. For example, here is a summary field that calculates the maximum value in the group for a particular ...
4
votes
2answers
917 views
How to create reports in ArcGIS using Python?
Does anyone have experience in creating reports from your ArcGIS data (geodatabase, map exports) using a python reporting engine? In my current project, we are using Jasper Reports in the following ...
1
vote
0answers
277 views
How to get WMO SYNOP data?
I would like to get WMO weather stations observations daily reports from the web in file or web-service form.
According to WMO Resolution 40 -info- this data should be availiable in text form with ...
5
votes
2answers
563 views
How to generate reports from a Shapefile?
i hope i can describe my problem. I´m into planning a guidiance system for hiking. And like it is, there will be signs with poi and the distance etc. on it. I´m collecting the data in a shape with a ...
3
votes
1answer
89 views
How can i get a transformation-parameters-report (spatial-adjustment)
everyone!
In ArcGIS resource center about spatial adjustment (How Transform works), there are transform report like this !
Scale (X,Y) = (249.927,249.927)
Rotation (degrees) = (0.362) Translation = ...
1
vote
1answer
290 views
Generate MXD layer info report
I'd like to generate a report about MXD layers for a handful of MXDs. I want the report to display their name, workspace path and scale range settings.
I can get the first two with ArcPy but I didn't ...
2
votes
0answers
186 views
Embed an ArcGIS Map in a Crystal Report
Is it possible to embed a map image inside a Crystal Report using ArcGIS 10?
I have seen articles about creating reports based off of map fields, but I would like to include an image of a selected ...
