-
How to disable interaction from a card without disabling general options (like scroll bar)
Hi Everyone, I have a "Table" type card on a dashboard and I don't want interaction from that card. When I do "Change Interaction" —> "Disable Card interaction" it also disables the general properties, functionalities & options for e.g., I'm no more able to see "Expand", "Card options" or even scroll the card! Is there a…
-
DDX: Getting Data in DDX form
Hi, I'm trying to bring in data in a DDX form, from a Domo dataset column using domo.get api using the following code. But I keep getting [object Promise] as a response. All I'm trying to do is getting the distinct value of column "Version" and populate in one of the DDX form input. The value in this column is same for all…
-
New "Domo for Office Add-in"
Hi Domo Experts, Did you guys try the new "Domo for Office Add-in" published by Domo on MS Office Appstore? I found it very interesting - it's almost like accessing Domo right from the Microsoft Excel. Domo has opened accessibility to almost every element of Domo (and feels like you never need to go to Domo — at least to…
-
New "Domo for Office Add-in" for Excel compatibility with older plugin + having Query functionality
We recently got the new suit of Domo add-ins via Microsoft AppSource (link here) which has some great features like accessibilities to all Domo elements, including running an ETL flow to ability to updating the dataset right from the excel sheet. It has very cool interface and search functionality. However, there are few…
-
write_dataframe fails to write output of pd.pivot_table having Nulls
Domo python tile fails to write the pivoted dataframe with pd.pivot_table if it has nulls while converting - even if you add 'fill_value=np.nan'. See below: The pivot function works perfectly fine - it does generate the df, however, when you try to write it, it fails - see below if I write the unpivoted df, it works fine…
-
LAG / LEAD function misses the last iteration
Hi experts! I'm using the lead / lag function in beast mode to find out the last row from each group of index rows simply by comparing the value of primary key of next/previous. It works accurately except it misses the last / first group (last when using lead and first when using lag). Here's my beast mode code: And,…