Comments
-
My Domo Admin panel is bugged right now so I can't get screenshots but within Domo Admin if you go to the SSO area and go through the first step or two it would supply you with most of that info you need. I did it for Duo not Okta but the info is basically the same and will be supplied by Domo through that SSO section. On…
-
Not 100% sure if this is achievable by Workbench natively, an option in the back pocket could be to have an automated script to visit the URL and download the file into a directory which then Workbench can consume
-
Some additional information here https://dojo.domo.com/t5/Ideas-Exchange/Longer-String-Limit-for-Columns/idi-p/41295
-
You may be able to leverage it's feautres to export to CSV. If you put multiple commands into some sort of script you may be able to script it out to export all to separate CSV, not sure how many tables you have. https://www.sqlitetutorial.net/sqlite-tutorial/sqlite-export-csv/
-
Not exactly a solution but hopefully a valid workaround, let me know if it works and/or if you need any help.
-
Have you attempted defining a custom SOQL query and pulling the data in that way instead of a report or does your use case require it to be pulled in via a report? I haven't used CPQ but I assume you can query the data using SOQL like the rest of Salesforce.
-
Appears to be working for me, try clearing your cache or use an incognito browser and see if it happens after that. If it does maybe reach out to Domo support.
-
I'd recommend also reaching out to support to ask this question if you haven't already as only Domo employees will likely be able to answer that and while some do look at the Dojo you may get an answer faster from there.
-
I don't know of a way to have the scheduled reports be a powerpoint. You can use the powerpoint integration so the end user (if they have a Domo license) could just click refresh in PowerPoint and all of the cards will get updated with new data but this likely won't meet your use case as they have to actively open up the…
-
I'd love for this to be confirmed but I ran into an issue where I set either Dataset 1 or Dataset 2 to trigger it. They both were scheduled on the data pull into Domo to start at the same time however Dataset 2 took longer to finish. I found that If Dataset 1 finished and triggered the Dataflow that if Dataset 2 finished…
-
I'd support this, would be a value add. @DaniBoy can you move this to the Ideas Exchange?
-
The issue MAY be with the date chosen as the date field for the card. I'm also wondering why on your last screenshot it shows 1 day worth of time 10/28/19 to 10/28/19. Can you provide an example dataset with maybe a few results from each year (minus any sensitive data) so I can test myself to get it to what you want?
-
I'm not exactly following what you mean by a card with multiple cards? Did you mean to use the term "card" the first time you used it or did you mean page? You can schedule a report on a whole page, which would send a scheduled report continaing all cards on said page.
-
Participant users should as that's probably the most common user to have PDP policies. Social I'm not sure on, they can't view actual cards and drilldown unless that's changed recently (I don't have any active social users in my account) so not sure it would apply to them. Are you experiencing some issues with setting it…
-
Are the pages the cards are on or cards limited in permissions in anyway? You're correct, based on what you describe I'd assume they could click on them and go to the card. When you say "they cannot see anything" what does that mean? They get breought to a page with an empty screen? It doesn't go anywhere? Something else?
-
Are you asking something in addition to the following: 1: Navigate to any page and click on the word "Share" f
-
@cbishop I'd recommend opening a new topic of your own for this issue
-
Yes I now have it as well
-
Yea I was wondering the same thing. Commenting to see who has an answer.
-
Can you let us know what connector you're talking about?
-
Seeing the 'sso' in their leads me to ask if you use single sign on to connect with Duo and if you if you're technical team has to configure anything in say Active Directory, or something to grant the correct access? Maybe they forgot to set it for those certain users?
-
FYI I did do a quick test in the API Explorer https://developer.domo.com/explorer#!/auth and you can do one for list users, it worked when I did a scope of Users and Data
-
You should be able to retrieve information about the user as documented here https://developer.domo.com/docs/users-api-reference/users-2#Retrieve%20a%20user I just mean that the scope of 'user' might be enough permissions to create a user but not retrieve information about a user. Didn't know that for a fact which is why I…
-
Try creating a client and allow it to have a scope with all the permissions and see if you get the same issue. If you do something else is wrong, if you don't than you need to grant an additional scope than you realize you need to. First thing that jumps out is if you're trying to GET user DATA you probably need to add the…
-
The opportunity is that they are creating a Salesforce Community and want their community related data in Domo and/or they want all of their community members to access Domo? I don't particularly know what sort of gotchas differ other than permissions might need to be reviewed heavily as often Salesforce Communities are…
-
I also had done a trial for them but for what we were using it for it was too expensive. Good info to include here though as an option.
-
I would expect that if you're talking about just accessing the ones an editor/admin has added to the page that all normaly users (Participant and up) could access it. Is that not what you're experiencing?
-
Source: https://knowledge.domo.com/Prepare/Magic_Transforms/DataFusion/01Combining_DataSets_Using_DataFusion * LONG stores numbers as numeric values, including decimal, fractional, and whole numbers. * DOUBLE stores double-precision floating point number values. * STRING stores alphanumeric characters as text. * DATETIME…
-
I'm not fully clear on what you're trying to do as any webservice is a very broad statement. What is it you'd like to do? With the Domo API you can send data to Domo, export data from Domo, administer users, and other actions related to activities, account, pages, projects, and more More information…
-
Thank you for the well thought out response. Let me see if I can get something to work using this method.