【发布时间】:2019-02-28 15:59:53
【问题描述】:
我的 GA 页面维度中有请求 URIs,如下所示:
- /this/is/a/webpage.html/?parameter=1
- /forwarded/from/?url=/webpage.html?parameter=1
- /this/is/another/webpage.html/
我想在 Tableau 中创建一个计算字段,用于提取第一个“?”之前的文本。并返回该值。
基于上述输入的理想输出是:
- /this/is/a/webpage.html/
- /转发/来自/
- /this/is/another/webpage.html/
我试过了
计算字段:公式:REGEXP_REPLACE(Page, '\\?.+', '')
它不返回任何记录。
请就解决方法或解释说明 Tableau 为何未按预期处理此问题?
【问题讨论】:
标签: google-analytics calculated-field tableau-api