-
How to make NULL values display on a Table?
Essentially what I'm trying to do is.... SELECT DISTINCT Loan_Type FROM Dataset within a beastmode. I'm an having an issue where if no data exists for Type B then the entire row of the table disappears verses the type name being visible and 0s displaying. How can I resolve? What I want: Type Count Type A 5 Type B 0 Type C…
-
DomoStats Backfill Requests
I have a DomoStats Dataset that will only allow me to run it once daily. I am in need of this running on an hourly basis. In reading different topics on Domos Help Center I found a process of submitting a backfill request however it does not say or explain how you submit this request. Can anyone help me with this? I found…
-
writing back to the database
ID Name Comment 1 Comment 2 Comment 3 123 Joe Smith Call borrower back Closes on Friday 456 Susy Johnson Borrower Cancelled 789 Bill Williams I want the user to be able to view these fields on a table card… and edit the Comment fields right there in the card, and then have those edits saved to the dataset so that when they…