|
POST
|
Well, this sounds frustrating. Can you email me so I can get more information? arajendran@esri.com Thanks!
... View more
09-29-2022
11:02 AM
|
0
|
0
|
877
|
|
IDEA
|
Hello @MiguelMartinezYordan, Thank you for this submission. This is actually a bug in the table. There is a support bug logged if you would like to follow development: BUG-000145003. - Alycia
... View more
12-20-2021
08:14 AM
|
0
|
0
|
1122
|
|
POST
|
Hi @StHilaireLisa! By default, group headers will export on a new page. You can modify this by selecting the group header in Contents pane > Format tab on the ribbon > General group > Uncheck "Start on new page" - Alycia
... View more
12-17-2021
08:04 AM
|
1
|
1
|
1800
|
|
IDEA
|
Hi @RyanColeman! This is a great idea; I've changed this to "Under Consideration".
... View more
12-16-2021
01:56 PM
|
0
|
0
|
1434
|
|
IDEA
|
11-12-2021
11:25 AM
|
0
|
0
|
7390
|
|
IDEA
|
Hello! This functionality will be available at Pro 2.9 (this fall). Thanks! - Alycia
... View more
08-16-2021
11:31 AM
|
0
|
0
|
3779
|
|
POST
|
Hello! I would recommend starting with our help documentation: Reports in ArcGIS Pro—ArcGIS Pro | Documentation. When creating the report, it sounds like you will want to use a Basic Summary template: Report templates and styling—ArcGIS Pro | Documentation If the report's data source is a map layer, you can create charts: Make a chart—ArcGIS Pro | Documentation; then, you can include them in your report: Include a chart frame—ArcGIS Pro | Documentation. I hope this helps! - Alycia
... View more
08-16-2021
10:21 AM
|
1
|
0
|
5933
|
|
POST
|
Jamal, The error indicates that there is no "imageblob" field in your T1 feature class. If that field name does exist, I suggest contacting technical support; they can assist you better. Thanks! - Alycia
... View more
03-30-2021
08:46 AM
|
1
|
0
|
3959
|
|
POST
|
Hi Jamal, It looks like your file paths are inconsistent with Python formatting. Try this (uses forward slashes only): import arcpy sc = arcpy.da.SearchCursor("D:/Q.gdb/T1", ["imageblob"]) memview = sc.next()[0] open("D:/Q_Images/image1_copy.png", "wb").write(memview.tobytes()) Thanks, Alycia
... View more
03-29-2021
08:32 AM
|
1
|
0
|
3966
|
|
POST
|
Hi Alison! Thanks for following up. After our email conversation, I replied letting you know that it was a few teams that needed to investigate. I didn't get a response from you--I assume because of the holidays. We were able to fix this in Pro 2.8, which should be released mid-year. I'm not sure who @BillMoody is, but if he needs to get in contact with me, my email is the same (listed above). Thanks! - Alycia
... View more
03-09-2021
10:09 AM
|
1
|
0
|
3540
|
|
IDEA
|
Hi @jcarlson! I am a member of the Reports team for Pro. We can definitely produce those non-spatial reports right now. It just depends on how automated you want it to be. The first step is creating a report using the feature layer. You can use the UI to modify the report to look how you want. 1. No automation: When exporting this report, there are a few things to consider. A report honors selection sets and definition queries for the layer, or you can use an expression to query a subset of data to use in the report. In the example above, before exporting your report, you could select the parcel in the map or table, set a definition query for that parcel on the layer, or set an expression in the report--all of which would result in a one feature report. 2. Some automation: Use the Export Report to PDF geoprocessing tool within a model or in the Pro Python window. The tool also honors selection sets and existing definition queries on the layer. You have the option of setting an expression before exporting as well. 3. All automation: You can create, modify properties, add elements, and export reports using the .NET SDK. Similar to using Python to create multi-page-layouts, the content of these reports would be authored in Pro. Some helpful links: Overview documentation: https://pro.arcgis.com/en/pro-app/latest/help/reports/reports-in-arcgis-pro.htm How to set the expression when you create the report: https://pro.arcgis.com/en/pro-app/latest/help/reports/specify-report-data.htm#GUID-07BB1458-EB03-421F-9735-E6960AAF2CAD Export Report to PDF gp tool: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/export-report-to-pdf.htm .NET SDK: https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic18660.html I hope this helps. You can contact me via email arajendran@esri.com
... View more
01-13-2021
02:44 PM
|
0
|
0
|
15089
|
|
POST
|
Hi Jamal NUMAN, As David said above, it is an indexed field. This was an ArcMap equivalency item introduced in Pro 2.6! Thanks! - Alycia
... View more
11-05-2020
06:42 AM
|
2
|
1
|
6234
|
|
POST
|
Hi Branislav, I know we aren't meeting your needs. I have already emailed you about this before the EAC closed, but to reiterate here: The support bug I submitted for you for the standalone table bug (BUG-000132128) has been fixed in the 2.6.3 patch, which will be available soon. The enhancement request that you can follow for grow/shrinking rows: ENH-000126018. "Near-term" means in 1-2 releases, I'm sorry I can't give you more information right now. Thanks, Alycia
... View more
10-26-2020
10:05 AM
|
0
|
0
|
3245
|
|
POST
|
Hi Anja! The experience across the platform is inconsistent, that is something we are trying to resolve. We haven't had a lot of requests for Word document templates. If you would like, you could post the request on our Ideas site where it will be reviewed by our customer advocacy team. Alternatively, you can contact support and they will log an enhancement request for you. Conditional formatting is in the near-term product plan (1-2 releases). Thanks! Alycia
... View more
10-16-2020
11:27 AM
|
0
|
0
|
3245
|
|
POST
|
Hi Nicholas, We have an internal item for this in the near term (1-2 releases). We do not support this in the UI yet either. When we do that work, it will be included in the SDK. You can contact support and ask to be included in ENH-000126018, which is the enhancement request in the UI. You can also submit an enhancement specifically for the SDK, if you would like. Thanks, Alycia
... View more
07-06-2020
07:03 AM
|
0
|
1
|
3557
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-27-2025 07:46 AM | |
| 2 | 04-03-2025 09:11 AM | |
| 1 | 05-12-2023 08:19 AM | |
| 1 | 12-17-2021 08:04 AM | |
| 3 | 04-03-2024 08:19 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|