-
Export to PPT or Print Card or Slide Show
These mentioned features are very helpful, ONLY if they can handle cards longer than one page. I noticed that Print only support portrait orientation, and all of them ONLY handles the first page. So if data on cards are longer, the rest is getting truncated. The expecation is to have all the content exported to multiple…
-
Is there any sample code with custom connector, using OAuth2 authentication?
I found some limitation of existing Rally connector, and trying to explore if a custom connector can be built to help me through. But I'm behind SSO and not familiar with that layer, so need some help to get over the authentication step first. Is there anyone in the community who can give me some sample code? Thanks, Hua
-
Upper Case Should Be in Number Abbreviate
It has been bothering several of us, everytime we see a lower case "k" or "m" as abbreviate of a big number. Please change it to upper case.
-
full outer join in mysql
I noticed that "full outer join" is not working in MySQL. Only Left Outer Join & Right Outer Join can work. Can someone help me achieve "full outer join" using MySQL? Do I have to switch to RedShift for that? Thanks, Hua
-
Transform Saved Wrong
I have a "create table" transfrom in a dataflow, with "Generate Output Table" unchecked. It runs fine & applies fine. But once the dataflow is saved, "Generate Output Table" becomes checked, and "Create Table" is cut off from the SQL. See image attached. This is something newly noticed.
-
Color Rules are carried to Drillpaths
I found that color rules are carried to drillpaths, even though I selected "APPLY ONLY TO THIS CARD". Did I do anything wrong? I do NOT want drill paths to display using the color rules set on parent card. How do I fix this? Thanks in advance.
-
Sparkline
Is there any way to implement something linke "sparkline" in excel? Like this: Thanks.
-
Filter used in drill path
This is a new idea, but I can't find where to start new ideas now after the UI change. I would like to suggest DOMO to enhance filter carried for drill paths, similar to what Excel has in pivot table. For example, for the following card: Name Month Credits A Aug 100 A July 200 A Jun 89 B Aug 120 B May 100 When Clicking on…
-
How do I pass file name when importing CSV file to existing dataset?
I would like to leverage DOMO API to update an existing dataset, which is originally created by CSV upload method. I read through the API documentation, but couldn't find any way to pass a file name. Please help. My expectation: -- DataSet created, with an ID already, of course -- Someone will update the source CSV file --…
-
No data when drilling down into a different dataset
I created a card with 2 drill path cards. The top two levels are from the same dataset, while the bottom level is from a different dataset. While they are compatible, the 2nd drill path doesn't show any data. But if I simply pass the same conditions to filter using that dataset, there are expected data returned. How can I…
-
How to NOT Have "date range" on Cards?
I have been very excited about the most recent release with many powerful features, however one particular change bothers me, that all cards have a date range. Before this release, it allowed me to set which date field I would like to use, and there was an option NOT to select any, for non-date-sensitive cards. Is there…
-
Name or service not known
Can someone help me understand what this error means? I have tested the same URL w/ same authentication on Postman and got the expected content returned fine. But when using the same on DOMO custom connector, I got the following message using DOMO.log('res: ' + res): "res: $myURL: Name or service not known" ** For company…
-
How to have Discovery type parameter displayed as Tree Menu when Advanced Mode is enabled in Custom
I am able to have configuration code for dropdown, but so far can't seem to make it happen for Tree Menu. Please send some sample code and improve documentation. Thanks.
-
Is it possible to enable Advanced Mode for custom connector DEPENDING on the report?
It is really a huge enhancement that Advanced Mode allows parameters within custom connector. I'm wondering if I can add/configure those parameters differently for different report. For example, my connector has two reports: "Release" and "Features" For "Release", I would like to have users to pick "Product" as a…
-
What is the time zone handling?
My understanding is that DOMO always stores datetime in UTC. Is there any way to display datetime on card according to users' local timezone? We have users spread all over the globe, and I would like them to view data in their local time, sync'ed across timezones. For example, if I have a due date as 5/4/2017 00:00:00, I…
-
What is the best way to share cards with social users or non-users?
Due to the cost concern, we only have a small group of licensed users. However we would like to share the dashboards/cards with borader audiance. We tried to leverage scheduled report and buzz share. They both have some limitations: -- reports seem to be similar to export to slideshow, which truncates any data not fitting…
-
How to schedule dataset update based on custom connector
I have just built my first custom connector. I have some questions on how to use it more effectively: * Is it possible to create a dataset from this connector & schedule its updates, BEFORe the connector is submitted for publishing. * If it is possible, what are the steps to follow? * How to give different dataset name for…
-
External Process File Provider
Can someone help me understand what is happening behind the scene when using "External Process File Provider"? I would like to have DOMO workbench to fetch a remote file (using a curl command) & then upload that file to a DOMO dataset. Is this the right place for this requirements? Curl command looks like this (replace…
-
Sumo Cards are not included in the PPT publised. Anyone knows why and how to fix it?
I have 3 cards on a page, 2 of them Sumo card. When I choose to "View pages as SlideShow", I see all of them. But when I downloaded as PPT, only the non-Sumo card was there. Anyone knows why & how to fix it? Regards.
-
Custom built connector: Why data cannot be sent to dataset?
I am new to custom connector. Just built two, test runs on console looked good, but when I selected "create/update dataset", I ended up error, with an empty (0 col/0 row) dataset created. Can someone help me troubleshoot? I do not have duplicate column names, and made sure to have exactly the right amount of columns.......
-
Bar Chart -- Add Unique or Count Distinct to Axis/Series Aggregation
I am building a card to reflect work completion status and found repeating IDs are counted repeatedly. Is there any way to have "unique" or "count distinct" function there? Source data is attached too. Please see the image below for comparison between data shown on a stacked bar chart & sumo card. Please understand: I…
-
Is there any way to get "Card Name" & URL?
I would like to have a card displaying all my cards' info (Name, URL). Is there way to achieve this goal?
-
Dynamic goal line
We have a card showing feature completion status. Now we would love to have a line indicating the % of time into release cycle. See image below for example. Is there anyway to achieve this?