Discussions
-
Domo library for python?
Hi All, Is there a way to use domo library with python? Thanks Hiba
-
Use domo.js in an Angular 2 Application
Hi all, I need to use domo in an angular 2 application. How to bind domo with the angular 2 app? Thanks.
-
Building Connector in an external IDE?
Hi All, Is there a way to create a domo connector outside the connector dev Studio? (so we can choose the technology and the IDE to build it) Thanks Hiba
-
How to give an alias to an aggregation on a column?
Hi all, I am using the Domo Api, and I need to group by the request on the sum of a column, just like below: stringQuery= '/data/v1/dataSetAlias?fields=alias1,alias2&sum=alias3' + '&groupby=alias1,alias2,"sum=alias3" + '&orderby="sum=alias3" descending'; domo.get(stringQuery) ... For now, i dont know a way to give an alias…