Date field displays as a string of numbers in Story Map Shortlist.
上次发布: December 18, 2017ArcGIS Online
漏洞 ID 编号
BUG-000103739
已提交
March 16, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
N/A
修正版本
AGOL 5.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Convert the Date field into a string field, and display that field in the description:1. Open the table of the layer in the web map viewer.2. Click Table Options > Add Field. 3. Add a String field. 4. Calculate the new field: New_Field = Old_Date_Field. 5. If only the date or time needs to be displayed, create another new String field, and use the SUBSTRING(,,) function to extract the date portion or time portion from the string field generated above. 6. Use the new string field with dates in the Shortlist StoryMap description.