我有一个自动化的tableau报告,它将连接到图像放置在一些共同的路径/URL的自动化。
我尝试了'WebPage‘选项。它运行良好。但我的问题是,由于PNG文件每天都会用新图像更新,tableau报告也会用当前图像更新。
我不知道如何访问tableau中的历史数据/图像。
有没有办法实现自动化,使历史数据(昨天的PNG图像)也可以在需要时访问。
PS:我每天刷新图像后将tableau包发送给BAs,以便他们可以更新tableau报告中的一些数据。
这些PNG图像是一些ppt的屏幕截图。
发布于 2018-01-06 06:05:52
我通过以下步骤实现了这一点。
1.Created folder in shared path with folder names as dates and placed the
images under the folder for respective dates.
2.Created a date parameter and used it as filter in tableau.
3.Use the date parameter in the URL这样,当我更改tableau中的日期过滤器时,图像将更新为该日期文件夹路径下的可用图片。
PS. Image names has to be consistent . Only the folder name should change to
the date value for everyday.https://stackoverflow.com/questions/47841738
复制相似问题