This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Is there a way to customize the Looker main web UI to show a text value
that is derived at run time?I’m looking to display a text label next to
the white label logo, and have that text label value derived at run time
from user variable values.
Does the Looker extension framework support the idea of adding a new
menu item to an existing Looker web UI menu?For example I want to add
a.new menu item to the Look menu that holds the "download" and
"schedule" menu items.
I am writing a Java Spring Boot app to run Looker queries via the Looker
APWhen I run the Looker API query with a 'xlsx' output format, I am
having a problem in my Java in knowing how to read the results and store
them as a local xlsx file. Any sugge...
I am looking to introduce my own drill down capabilities to embedded
dashboards and Looks.Is it possible to track and capture an event when a
user clicks on a table cell or chart data series point?
I understand the white labelling capabilities, and they are being used,
but there does seem to be way to add a run time derived custom display
label into the Looker web UI that would allow me to display a context
message about what the user is viewin...
Solved it…Change the view to include a new derived field like…select *,
max(eventDate) over () as maxEventDate from …Then add two new dimensions
to the view file dimension: max_event_date { type: date hidden: yes sql:
${TABLE}.maxEventDate;; } dimens...
Thanks for the input, but that seems like a lot of effort for a
straightforward parsing operation.The function is missing some obvious
functions. Like: list_count, = return number of items in a list
list_item = return the nth item ina list left = ext...
Thanks… I solved it My mistake was to assume that the ‘?’ used to prefix
the dashboard filter parameter meant that the other query parameters
required a ‘&’ join rather than a ‘?’. The Looker SSO API syntax Its a
little odd but I’ve got it working no...
That’s not working for me… If I add… "?filter_field=filter_value’ … to
the embed path that is part of the string that is converted to an
encrypted secret then I get an authentication error… Single sign on
failure. Please contact an administrator. I n...