About 1,248,993 results (2,606 milliseconds)

How can I pull data from checkbox columns to create a list based on ...

https://support.google.com/docs/thread/74107889/how-can-i-pull-data-from-checkbox-columns-to-create-a-list-based-on-the-selection?hl=en
Sep 30, 2020 ... Also if there is an easier way to make this happen I would be fine with goin that option. Details. Sheets,Microsoft Windows,Education ... =query( ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
pivot_column : A pivot column to create for each aggregate function call. ... This is used to create a generated list of grouping sets when the query is run.

How to add year(drop down list) to query? - Google Docs Editors ...

https://support.google.com/docs/thread/100713353/how-to-add-year-drop-down-list-to-query?hl=en
Mar 4, 2021 ... If cell G3 = All Months or you clear cell G3 to make it empty it would generate FALSE. if(regexmatch(F3&"","^\d{4}$"). The ...

Set up conditional formatting that is also case sensitive - Google ...

https://support.google.com/docs/thread/225325361/set-up-conditional-formatting-that-is-also-case-sensitive?hl=en
Jul 13, 2023 ... query_result, query(list, "select Col1, count(Col1) where Col1 matches '" &valid_names& "' group by Col1 pivot Col2 label Col1 'Name'", 0),.

Manage membership automatically with dynamic groups - Google ...

https://support.google.com/a/answer/10286834?hl=en
Requires having the Groups administrator privilege. Click Create dynamic group. Build your membership query. Condition list—Select the criteria to use for ...

Looker functions and operators | Google Cloud

https://cloud.google.com/looker/docs/functions-and-operators
Power BI · ThoughtSpot. Creating your own fields. Using table calculations ... You can also create lists and retrieve the current row or pivot column index.

BigQuery IAM roles and permissions | Google Cloud

https://cloud.google.com/bigquery/docs/access-control
Read the dataset's metadata and list tables in the dataset. Create, update, get, and delete the dataset's tables. The BigQuery Data Editor role is mapped to the ...

Data definition language (DDL) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
table_option_list : A list of options for creating the table. query_statement : The query from which the table should be created. For the query syntax, see SQL ...

Quotas and limits | BigQuery | Google Cloud

https://cloud.google.com/bigquery/quotas
Query jobs. The following quotas apply to query jobs created automatically by running interactive queries ... lists with query parameters. Maximum ...

Scheduling queries | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/scheduling-queries
Use BI Engine ... If the destination table for your results doesn't exist when you set up the scheduled query, BigQuery attempts to create the table for you.

TABLES view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-tables
... query that created the materialized view. ... The DDL statement that can be used to recreate the table, such as CREATE TABLE or CREATE VIEW.

How to pull total data and sum it up on another sheet - Google Docs ...

https://support.google.com/docs/thread/53621633/how-to-pull-total-data-and-sum-it-up-on-another-sheet?hl=en
Jun 15, 2020 ... I was working on creating this list for you but you changed the permission settings while I was working. ... =QUERY(Sheet1!$B$2:$H, "select sum(H) ...

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
Either a JSON file containing a list of query parameters, or a query parameter in the form NAME : TYPE : VALUE . An empty name creates a positional parameter.

Function list - Looker Studio Help

https://support.google.com/looker-studio/table/6379764?hl=en
POWER, Returns result of raising X to the power Y. Learn more. POWER(X, Y) ... Tutorial: Create a ratio field based on filtered metrics. 11 of 13. Convert ...

BigQuery API | Google Cloud

https://cloud.google.com/bigquery/docs/reference/rest
May 28, 2025 ... A data platform for customers to create, manage, share and query data. ... Creates a new routine in the dataset. list, GET /bigquery/v2 ...

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
Create a table from a query result; Create a table that references an ... power(1024, 3) AS active_logical_gib, SUM(long_term_logical_bytes) / power ...

Adding custom fields | Looker | Google Cloud

https://cloud.google.com/looker/docs/custom-fields
Feb 6, 2025 ... Power BI · ThoughtSpot. Creating your own fields. Using table ... Creates a list measure that creates a list of the distinct values of a selected ...

Pull data results from drop down action - Google Docs Editors ...

https://support.google.com/docs/thread/2632603/pull-data-results-from-drop-down-action?hl=en
Mar 18, 2019 ... ... List from a range" as the criteria for DV. ... So I have changed the formula to be as follows, which is a better option. =transpose(iferror(query ...

How can you get the total sum of a Item each month from a ...

https://support.google.com/docs/thread/110940099/how-can-you-get-the-total-sum-of-a-item-each-month-from-a-dropdown-list?hl=en
May 23, 2021 ... query( { Usage!B1:B, text(Usage!E1:E, "yyyy-mm"), Usage!D1:D } ... This is an array formula that creates the whole result table in one go.