Comments
-
"We use AWS best practices for sending our emails through Amazon SES (Simple Email Service). We use DKIM (DomainKeys Identified Mail) to sign our messages and use SPF to authenticate our domain. Although amazonses.com sends the email, the SPF record shows that they are authorized to send domo.com emails." This seems like…
-
We update our activity log dataset with the API and I checked and I see Mobile card views. VIEWEDPAGE8/13/2018 5:05:57 AMmobileVIEWEDCARD10/31/2017 2:51:01 AMmobileVIEWEDCARD11/11/2017 3:12:23 PMmobileSHAREDCARD7/19/2018 12:14:43 PMmobile
-
There is a .Net template for custom connectors that might be helpful. Check the SDK folder under your Domo Workbench installation. We do most of our pre-processing in bat files or js scripts before kicking off the workbench jobs. We use windows powershell to execute the javascript. lots of options... I guess the choice…
-
Thanks @Jarvis ! I downloaded some of their entire datasets but I need an automated way to get the data into Domo. The zip files are just a pain. They seem to provide almost enough information. I got some of the APIs to return data but I could not find all the information about their dataset needed to loop through and get…
-
We are using CData's ODBC connector to hit SAP and I get that error if the SQL is not right for any reason. I will sometimes disable a job by putting something random like "bob" at the end of the SQL. If you are using CData's driver, it is very particular... Hope this helps.
-
here is the BeastMode we use to go from a region card to a store dashboard based on the store number: concat('<a href="https://company.domo.com/page/7100239411?pfilters=[{%22column%22:%22ssc_number%22,%22dataType%22:%22string%22,%22operand%22:%22IN%22,%22values%22:[%22',`ssc_number`,'%22]}]">',`business_area`,'</a>') is…
-
You can embed a page filer in a url to a Domo page. Would that solve your issue? I use it to go from a list of customers (down from last year) to a customer dashboard that shows all their metrics filtered on that customer.
-
Support solved the biggest issue. They sent a copy of the JSON returned by the API and I realized that eventtime is referenced as time in the response. Now I have the event time and can load overlapping data and remove duplicates.
-
Thanks, found the answer after I had posted... problem solved (except it does not work in mobile - bugged)
-
I found that if you exclude the dataset specification, it applies the filter to all datasets on the page...
-
Whiskey Tango Foxtrot?!?! I have been looking for this question for half an hour and only found the link to the thread after posting, in essence, the exact same question. Thanks for doing all this work ahead of me! I will have to test out your solutions
-
Thanks Dani! I do not know of anyone not annoyed by that popup! yes, feature request it is! The other thing is that it is not even a "share with someone else" it is an "invite someone to Domo", not that "share" would be any less annoying ? Thanks tons for reaching out! W
-
Thanks! And I got a 2 year Dojo anniversary badge! Any word on turning off the popup? Thanks again for fixing my Dojo account!
-
Check out this post : https://dojo.domo.com/t5/New-to-Domo/Is-anyone-using-the-DomoApi/m-p/9121/highlight/false#M226 the code is for extracting a simply 4 column dataset but it works.
-
It turns out that the "RowCount" column in the Domo data set was actually " RowCount" (with the leading space). Many thanks to Matt for pointing that out, I doubt I would have found that for days. So getting the data out is pretty easy - just make sure your column names match the actual names in the data set ? The Code…
-
I am working on using C# and the DomoApi to write code for extracting data sets. We need to pull tons of data out for other systems to consume. The SDK is proving a challenge but I am making some progress. We initially were planning to use Boomi and the API but C# is well, free. ?
-
We need this too and are looking for a solution.
-
I ran the job from workbench with no issue. Tested the account conneciton in WB through settings... still get the same error. If I can I will try rebooting... you never know... Rebooting made no difference...
-
Workbench 4 I ended up doing a replace in a transform to replace the year with something in hte future that still looks like a year to Domo - 2099. It would be nice if the definitions of what Workbench considers an error were listsed somewhere. or even better were configurable... Sorry for the delayed response.
-
I thought I had replied to myself... I had forgotten there were SQL options. I was trying to use the "magic" option. We are dumping entire table structures so I should be able to use tons of SQL already written directly against the database to create my data sets. We are just getting Domo in and trying to figure out the…