简体   繁体   English

在 Data Studio SQL 数据源中使用带有“WHERE”子句的过滤来引用 function

[英]Usings filtering with "WHERE" clause in Data Studio SQL datasource to reference a function

Please how can I reference a filter function in Data Studio from my SQL Query Data Source?请问如何从我的 SQL 查询数据源中引用 Data Studio 中的过滤器 function? For example例如

select * from [table] where date between ["Date Range Control" function] select * 来自 [表格] [“日期范围控制”函数] 之间的日期

If you edit your data source, you'll see a tickbox to enable date range parameters.如果您编辑数据源,您会看到一个用于启用日期范围参数的复选框。 Once ticked you can refer to the two new data range parameters it creates in your custom query.勾选后,您可以参考它在您的自定义查询中创建的两个新数据范围参数。 These two new parameters will be called: DS_START_DATE DS_END_DATE这两个新参数将被称为:DS_START_DATE DS_END_DATE

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用where子句过滤集合字段后从子集合中获取数据并提供给stream builder - Get the data from sub collection after filtering the field of collection using where clause and provide it to stream builder 在 where 子句 Bigquery 中使用聚合函数更新表 - Update Table with Aggregate function in where clause Bigquery Window function 不允许出现在 where 子句中 redshift - Window function is not allowed in where clause redshift SQL Having/Where 子句比较当前/另一个表中的 MAX - SQL Having/Where clause to compare MAX from current/another table Flutter firestore 字符串转换为 where 子句的文档参考 - Flutter firestore string convert to document reference for where clause 如何使用带有 FieldPat.documentId 的 where 子句过滤 firebase 数据 - How to filter firebase data using a where clause with FieldPat.documentId SQL 如何在 WHERE 子句中添加 3 个或更多条件? - SQL how do I add 3 or more conditions into the WHERE clause? 无法在云中使用“数组包含”where 子句 function - Unable to use 'array-contains' where clause in cloud function 将 SQL 转换为 REGEX 到 Data Studio - Convert SQL to REGEX to Data Studio 使用 SQL 中的 Array 语句和 Where 子句输出带有 null 值的额外行,但它不应该 - Using Array statements in SQL together with Where clause outputs extra rows with null values but it shouldnt
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM