【问题标题】:Is there a way to show when the data in a Data Studio report was last refreshed?有没有办法显示 Data Studio 报表中的数据上次刷新的时间?
【发布时间】:2020-10-09 22:33:19
【问题描述】:

我知道它会显示在底部,但如果我能够在报告中更直观地显示它会很酷。

【问题讨论】:

    标签: google-data-studio


    【解决方案1】:

    实现它的一种方法是使用CURRENT_DATETIME 函数,每次刷新报告时都会更新该函数;默认情况下,CURRENT_DATETIME 显示基于UTC 时区;可以设置特定的时区或位置,例如在斯里兰卡科伦坡显示CURRENT_DATETIME,下面的Calculated Field 就可以了:

    CURRENT_DATETIME("Asia/Colombo")
    

    Earlier Post 添加以下内容:
    Google Data Studio Report 和 GIF 以详细说明

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-06-10
      • 2020-02-01
      • 2021-08-12
      • 2012-03-14
      • 2021-03-31
      • 2019-11-08
      • 1970-01-01
      • 2019-12-03
      相关资源
      最近更新 更多