-
writing to datasets
We are running into issues writing to a domo dataset from a custom app. Is that expected and if so, is our only option to create a shadow json doc to write the dataset and the new field to? Thank you
-
Unusual error with console.log
Hello, I'm starting a project in Sugarforce and I can't console the query results. Both datasets are correctly defined in the manifest file Although, when looking in the Network tab of Chrome, I see the results I've restarted my browser and still nothing in my console. Has anyone dealt with this or a similar issue before?…
-
Unable to login to DOMO from App Dev Studio.
I have installed the App Dev Studio but when I am trying to connect to the instance, it gets stucked and the credentials doesn't pop up. What should I do to solve the? I have attached the ss also....The screen is not going ahead of this after I enter my domo instance .
-
CustomApp - Dashboard & OtherCard
Hi to all, We developed a CustomApp to get "custom" data from AA and ee wish use a card build on this app in some Dashboard. We need that the CustomApp's card knows what are the other card that are on the dashboard to appropriately filter the query that the CustomApp's code make on AA. We can't set this constraint on…
-
DOMO CustomApp - How get the the ErrorMessage of a domo.post?
Hi, I have built a Domo Custom App to call an AWS Lambda Function with domo.post. There's no problem in managing the response when all goes fine. But I haven't found how to extract the ErrorMessage from the response when it gives an error (HTTP errorcode: 400) Can someone tell me where domo keep this information? Thanks
-
Phoenix error - unsure why
Hello all, I'm exploring Phoenix charts and I have my query like this: const ds = 'DS_Name'const select = ['dept_code_name', 'absval', 'trx_date'];const where = ['account = 8981', 'dept_code = 459', 'trx_date last 1 month'];const dategrain = ['trx_date by month'];const query =…
-
AppDB Error Handling
Good day to all. Developing an app using the serverless technology, I've encountered a minor roadblock. My dataset needs to have an ID column to use it as TransactionID, that is, on every submit I make to the database, it will work as an auto increment index on those fields (1 to N). Next call to the DOM and eventual…
-
AppDB Null Date
Hello people, when creating a dataset via AppDB, is there a proper way to specify that a field can be null, in this case, a date field? I need it null so then I can select null dates and do other stuff with those records based on an ID filter. Hope I explained myself, thanks in advance!
-
Domo.Navigate
Hi, this is related to this other post https://dojo.domo.com/t5/Domo-Developer/Domo-Javascript-Navigation/m-p/43888#M1305 This is the structure of my app: My index.html is my main page, it has a button that when clicked I want it to navigate to second.html Code for my button is: <input type="button" value="Search"…
-
Domo User Name
Hello, maybe a silly question domo.env.userId This line gets the id for a Domo User, but how can I get the User Name?I'm recreating DP19 Advanced App Building Exercise and I'd like my app to have the username instead of the id, this will be helpful for when I create custom apps for my company Thanks in advance
-
How can I have Domostats include historical data as well
Currently my Domostats only imports data from the date I downloaded it. How can I change that so it includes data from the past as well?
-
App Store Time Zone - FYI!
I ran into an issue using the Twitter Quickstart. Wanted to share as I bet others need this fix. The Quickstart comes with a card called Best Times to Tweet. The X axis is market (UTC), and the Beast Mode that comes out of the box called "Hours of Day (UTC)" takes the field 'Created By' and formats it into h:mm -- which…
-
DDX Bricks Notes
I just made some documentation for a DDX brick and noticed there's really no where to put it. It would be nice if there was a tab next to JS, CSS, HTML, that was called notes or documentation (or just the ability to add our own) where we could place text.