
Community Forums(日本)
Community Forums(日本)
MartinB Member
概要
ロール | Member |
---|---|
バッジ | 6 |
自己紹介
ここではまだ大したことは起きていません。 |
アナリティクス
74
14
73
ディスカッション
- 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 t…
- 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', '…
- Hello. So I have this dataset where I get item, work order and the quantities both planned and actual. This is to calculate manufacturing absorption %. Is it possible, via beast mode, to tell the func…
- As we know, a Pareto is used to display top offenders based on their impact in the analyzed data. How can I limit a Pareto chart to only display items that are below or equal to 80% of the total? Ther…
- Hello, any tech support advisor roaming here? I'm unable to domo init, dev or publish. I've recently configured my laptop for React.js development and I'm unsure if that screwed up my domo cli configu…
- Hi guys, is there a way to collapse the appendix of a dashboard, like in normal view? If so, how can I do it? Thanks in advance.
- Hello. I know there is an option to view Previous Week data. But how can I manage to display a week before the Previous, JUST AND ONLY the week prior. Example This week is 16 of the year Previous week…
- Hello, I need a text card that has a specific text concatenated to a beast mode, which is a percentage value. Currently I have the syntax as: Concat(TEXT, Round(BeastMode*100,2)) But it returns this A…
- Good day, I have a card that I'd like it to do a conditional drill down. This is, when in the first view of the card, depending on the selection clicked, go to one of several cases. Let's say I have m…
- 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 mak…
- Hi, I have been able to create a query that receives a parmeter so it filters the data on a given choice, and I'm able to send that into the console with a table view. How can I do so in HTML to displ…
- Hello, are inner joins supported in SQL for AppDB? var queryJoinTest = "SELECT REC.nombrer, RED.nombreo FROM Reconocimientos REC " queryJoinTest += "INNER JOIN Redeem RED ON REC.empr=RED.empo AND REC.…
- 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 stuf…
- Good day Domosapiens As previously explained in Dojo, I'm working with the APP DB technology, trying to emulate a website within Domo. I got my input form working with it's own dataset Additionally I'…
- Hello, is this case possible to achieve? I have a card, with drill downs. Bar chart, pie chart...I click on one of the sections and when reaching 2nd/3rd or N level of drilling, user can click into a …
- 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 butto…
- Hello, I'm new to Phoenix and reading the documentation I'm not able to find how can I aggreate a value. Let's say for example, I have an input form that generates an API Dataset which I can create c…
- Hello, I'm starting to explore DP19's advanced app courses and trainings. In my testing app, I've made some changes to the original code shown by Jason Hodges, and I have some questions 1. For the att…
- Hello Dojo Community I created a custom app with HTML/CSS and uploaded to my Asset Library, but I have a problem The index.html is supposed to load a background image (path defined in the css file). I…
- Hello Dojo Community, where can I find more documentation on the DQL stuff? I want to know how to tell the code to get all records which a given column string is like '%TEXT%' Thanks in advance.
- Hello all. I have a custom app where I want it to open content in a new tab when clicking on an element. It is a table and each row I need it to have this behaviour. In Javascript there's the window.o…
- Good day, I'm trying to get data where my Lot Numbers repeat and I want to consolidate them in 1 single record. This is the code I tried for retreiving the data: dataString='/data/v1/reserve?filter=Or…
- Hello, what's the best way (sintax) to have 2 or more order by in my query? Example: dataString='/data/v1/reserve?filter=Planner='+ pcFilter + '&orderby=PartNumber, LotNumber' I currently have it only…