Widgets connected to the Timeline widget do not update after changing pages in a multi-page ArcGIS Experience Builder web app.
ArcGIS Experience Builder
漏洞 ID 编号
BUG-000166050
已提交
March 19, 2024
上次修改时间
August 20, 2025
适用范围
ArcGIS Experience Builder
找到的版本
N/A
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is not a bug, but rather the designed behavior.
In the provided case, two Timeline widgets are using the same data source, and by default, they both are on, meaning on page1, DS has the criteria of {timefield}=time1, with expected results; when changed to page2, now it adds other criteria. Thus, the query condition becomes {timefield}=time1 AND {timefield}=time2, which means no results are the expected behavior under this configuration.
Two ways to solve the problem. First, use two separate data sources for each page (by adding the same web map twice into Experience Builder); or, click the info icon, and toggle off the 'Timeline filtering applied' option in Timeline1 before switching to page2.