In Looker 6.22, Looker’s method for rendering values in some JSON formats for sending, scheduling, and downloa...
Hi All! I have a number in my bq-table that is stored as a string with this format “123.00-” or “123.00+”. I n...
What is this Block and what does it tell me? Segment is a customer data hub that allows customers to track dat...
Hi Could anyone please tell me how we can assign a list of values (either static values or through custom SQL)...
Good evening looker fam! 酪 I am currently trying to find a way to display and visualize the aggregate/total ...
I am just wondering if this is possible: view: finance_services { derived_table: { sql: {% if parameter.locale...
I’m currently using a fairly rudimentary case statement to parse useragent strings into ‘device_type’ (see bel...
Analytic BlockAbout This Block Evaluating customer behavior over time can provide a number of insights into th...
Looker has created this block to make analyzing data easier and more efficient. This Data Block is made availa...
Hello fellow Lookers, I have a View file that contains a Measure to COUNT_DISTINCT Id’s. I apply this Measure ...
With the release of Big Query’s Standard SQL dialect, it’s now much easier to model nested data sets in LookML...
Hi all! I have a fact and dimensions table. The fact table have a measure. When I group the measure by a dimen...
If I write a PDT whose SQL starts with with foo as and include in the PDT a reference to another non-persisten...
Use Case From to time, end users would like to navigate to a dashboard from an explore while being allowed to ...
This article has been retired as the information is now in documentation on this page. If you reached here fro...
I would like to a dashboard by setting a value of a filter. Here are my dashboards: - dashboard: summary_repor...
Scenario In a related post, I illustrated a pattern that allows for some lightweight linear forecasting of mea...
Why would you need this article? When you have tables and table schemas that are constantly in flux, but still...
There is a table, for example Product / Order / Price A / 1 / $6 A / 2 / $11 A / 3 / $7 B / 4 / $8 B / 5 / $12...
The purpose of this article is to understand how to group by information in your database which is only availa...
Sequencing Transactions is a very common analytical pattern. In the example below, we will compute a sequence ...
Hi, I have this measure in a derived table : COALESCE(SUM(CASE WHEN ((DATE(sql_activity_days.sale_date )) - (D...
Often our business users want to change timeframes on the fly - our internal teams report in weekly cycles whi...
As a Customer Success Engineer here at Looker, I’ve spent quite a bit of time working on a diverse set of mode...
Is there a way to use a free-text parameter in a fuzzy “LIKE” statement including wildcards? For example - I h...
About this BlockBigQuery allows for the creation of User Defined SQL function written in either SQL or Javascr...
A daily_usage table can be useful for summarizing usage per day. But what if there is a day without any usage ...
has anyone experienced the following error when using required_fields in a measure and then trying to pivot in...
Cumulative Sums are a little tricky in MySQL. The simplest way to tackle this would be to use the running_tota...
Hi all! Have you get error like this: The Amazon Redshift database encountered an error while running this que...