MartinB Member

Comments

  • Try using Git Bash maybe 👨‍💻
  • @user028384 hola, es bueno ver que hay mas hispanoparlantes en este foro ? Como menciona @swagner , puedes crear un Beast Mode (yo haria eso en caso de no poder manipular el SQL del dataflow o base de datos de donde generas tu informacion) Ya con ese nuevo campo disponible, la visualizacion es bastante sencilla
  • Yeah I fixed that last night and it worked, now I'm currently struggling with the properties of the chart (doh!) dived into the documentation as of now
  • Thanks, I'll submit it to the Product Feedback channel then.
  • Thanks, I've submitted my idea in the proper channel.
  • This seems interesting...did you get to meet sometime?
  • Silly me, this formula made the difference. Thanks @jaeW_at_Onyx CONCAT(ROUND(1-(COUNT(DISTINCT `nc_list`) / COUNT(DISTINCT `lot_number`)),4), '%') Still, had some trouble when adding strings either at the beginning or the end of the formula pasted above...until this I hit jackpot: CONCAT('Quality ',…
  • @user096693 thanks, your solution was exactly what I needed
  • @GrantSmith I tried your approach, however the details you explain apply only to the Optional Value
  • Thanks @GrantSmith and @user096693 I'll try both approaches ?‍?
  • Thanks, this might work. Domo support has already replied my ticket and I'll see what they can help me with, updating my CLI most probably, if not, I'll use this resource. BTW I'm unable to do any domo commands in the Create React App feat. It still works for the hello world/basic chart/sugarforce but only on the Git Bash…
  • I badly overthink simple solutions from time to time. Thanks!
  • I was just thinking of doing beast mode gymnastics, but I'd like to avoid that...
  • I did but it didn't work as expected Anyways I solved it with the Header/Footer chart option. I just added the text as Header and then the beast mode calculation set up as percentage and that did the trick
  • Interesting...are you also trying to create HTML based webforms inside of Domo? Are you using the Serverless AppDB technology?
  • Yes, exactly. Flow will go like this: 1. User will type in information into the form and submit it to be saved in the dataset 2. Admin User will go to a search form, where an employee number will be typed in and data from that employee will be retrieved. In that result form, admin user will be able to add new data to a…
  • Wow, sounds like that's a feature barely accounted or imagined I will definetly work in this and will reach you out with whatever outcome I get of the development. Thanks for the guidance!
  • @Jesse wrote:Assuming you were referring to publishing the app and testing locally... Hitting AppDb can only be done on your local machine through a proxy in your local dev environment. When I've developed apps that interface with AppDb, I found it easier to just test that interaction within Domo, after publishing the app.…
  • Thanks for the answer. Sadly, being able to modify datasets only from the project where they were created won't work even remotely for me @Jesse wrote:if you're syncing the store to a dataset, you could access that set from another app. That being said, you should be able to both list and update docs within that app. Have…
  • Right now, that is my proposed solution, but there is no real need to separate the data after updating. I assumed that, based in the APP DB documentation, it wouldn't be neccesary to separate the data, as only 1 dataset would be needed. I've come across with some unexpected behaviors, at least for me, like for example:…
  • Hi, is there any documentation on how to do this using the Developer Tools? App DB for instance?
  • FYI (For anyone looking at this kind of issue) I got an answer: The aggregate is specified when you query the data from the Data API: https://developer.domo.com/docs/dev-studio-references/data-api You can still specify the grouping in the Phoenix code, but the aggregations are done by the Data API.
  • 1) domo.navigate is a function only for the Domo CLI, so I guess I'll have to declare it in a js file, then pass the parameter for the attachment (?????) 2) I sorted out that issue by querying the results instead of displaying the long string 3) Gonna have to be watching that behavior, so far I've only re published with…
  • Yes I'm in Windows. Gonna be more careful with what you explained. Thanks again.
  • Why is this an issue in Domo?! Hahaha it works perfectly fine in my localhost! Thanks! I'll try to publish it later ?
  • Adding css code body{ text-align: center; font-family: sans-serif; font-weight: bolder; background: url("../img/img1.JPG"); background-size: cover; background-repeat: no-repeat; } h2{ font-size: 5vw; font-family: "Trebuchet MS"; color: rgb(255, 255, 255); font-style: italic; line-height: 20%; z-index: 1;…
  • Here you go. Img is supposed to be in a folder but this forum won't allow me to upload compressed files. This is my HTML code (apparently this formun won't also allow me to upload code files) <!DOCTYPE html> <html> <head> <title>CounterClock</title> </head> <body> <div> <h2>Currently, we have achieved</h2> <div…
  • I'm using a simple JPEG image
  • Have you found a solution for this?
  • Hey @Soda I would stick with the WB solution. Create a form entry template in Excel (a basic spreadsheet) and make people or yourself type in data into it. Via WB make it refresh itself every hour, for example. (Sorry, I'm not an admin nor have access to WB so I can't walk you through the process on doing the schedule)…