Hyperlinks in pop-ups do not properly display the item when using a URL parameter reference to an attribute field with the Date data type.
上次发布: February 8, 2018ArcGIS Online
漏洞 ID 编号
BUG-000105510
已提交
June 1, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Microsoft Windows Embedded Handheld
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known issue. The reason users see those random number is that the data time is converted to UNIX time. The reason is that the field is of type date. This conversion is done by browser, where users have no control over it. Once users convert it to string, the conversion works as the browser treats that as regular strings and not date.
解决办法
1. Create a new field with a data type of Text or String.2. Calculate the new field to equal to the previous date field.3. Edit the HTML to link to the new field.4) The dates appear in PDF as expected.