We are tacking the trending in a dashboard with several looks.
Say, if one of the looks detects “outlier”, we want to “flag” that look in dashboard (e.g., highlight it with red color). Is it doable (via dashboard API is also fine) ?
Thanks.
-Jason
We are tacking the trending in a dashboard with several looks.
Say, if one of the looks detects “outlier”, we want to “flag” that look in dashboard (e.g., highlight it with red color). Is it doable (via dashboard API is also fine) ?
Thanks.
-Jason
I guess it all depends on how you set up your outlier is tracked (i.e. is it always a static number or is it based upon some sort of equation).
The two ways you could do this is via liquid in the LookML or by possibly using the conditional formatting in the explore itself.
Thank you for the hints.
Is it possible to do that via Looker dashboard API ?
Hi Jason,
If you choose to go the liquid route, then no, it’s not possible to do this via the API- you would need to edit the LookML.
For the conditional formatting, you could theoretically edit the vis_config parameter of a look or dashboard element via the API, though the exact format of the configuration is not documented. The API reference is here.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.