-
Is it possible to hide PDP symbol for PDF export (or remove from instance entirely)?
We have a page that users export to PDF. The datasets on the page have PDPs applied to them, purely for Domo Everywhere/Publish purposes - all internal users have access to all rows. On the page itself, I am able to hide the PDP symbol from showing up on the bottom left and blocking card information by using the filter bar…
-
Is it possible to indirectly calculate a Rolling Maximum in Magic 2.0?
I know the in-built "Rank and Window" tile in Magic does not allow for Max/Min window functions -- is there a work-around that anyone has found, however clunky? Raw data essentially is a variation of: 1/1/2021 | $100 2/1/2021 | $200 3/1/2021 | $180 4/1/2021 | $190 5/1/2021 | $220 Appreciate the help, thank you!
-
How to extract Date from TimeStamp1, Time from TimeStamp2, and then combine the two?
So I have two fields, "DateV2" and "EventTime V2". I am trying to extract out the Date portion (2018-11-16) from "DateV2" and combining that with the Time portion (12:07:00) from "EventTime V2". I am trying to do this in Magic 2.0. Here is my beast mode/formula in the Formula Tile: DATE_FORMAT(CONCAT(DATE_FORMAT(`Date…
-
Deep Linking with Filters -- Special Characters?
I have a beast mode that I am using to pass along page filters as a hyperlink. It looks like deep linking does not properly work with special characters like a "+" sign. Beast Mode: case when `Designation` != 'Subject' then CONCAT('<a href=''https://woodpartners.domo.com/page/2101023617?pfilters=[' ,'{"column":"Name and…
-
How to disable "Quick Sort" on graphs?
I would like to remove the ability for a user to quick sort at the dashboard level (not in analyzer). The quick sort can make things a bit messy and is not very intuitive. It doesn't serve much purpose especially when a graph is meant to only show the Top or Bottom X # of records. Quickly sorting from Low to High would…
-
Does filter via slicer on Stories carry on towards Drill Path?
Having a bit of trouble with a drill path I've created. On a stories dashboard, I have a slicer shown below. The card (call it Card X) that the slicer applies to shows the following columns: "Project Name", "# of Instances" So, depending on the bucket chosen using the slicer, we may see "Project Ritwik", "27" vs. "Project…
-
iFrame (Google Maps)
Has anyone successfully placed an iFrame within a card in Domo? I am using the free, basic Google Maps Embed API and have the relevant iFrames that need to be embedded within Domo. I imagine this is something that can be done through the Dev Studio -- anyone have similar experience or tips on how to get started? I've seen…