user08715 Member

Comments

  • Thanks @btm, For now SQL seems a quiet good way to query our data. It would be great if we could have the 'order by', 'group by' and 'as' (for giving aliases, especially for aggregations) statements, because we need them and they are not working/existing in the JS library. Thanks, Hiba
  • Hi, Thanks for your response. I stil have another question: Would it be possible to query data with the java or python domo library? For now I can find only the export feature where we get all the data. Thanks
  • Hi Jake, Still not working. Grouping by alias3 and not the aggregation of alias3 is splitting the result. And then I am having duplicated objects in place of grouping them and giving the total on alias3. Help me please resolve this. Thanks. Hiba
  • Hi Jake, Thanks for your answer. But this is not working. The aggregation in the groupBy doesn't work. When I do this: stringQuery= '/data/v1/dataSetAlias?fields=alias1,alias2,alias3' + '&groupby=alias1,alias2,sum=alias3' + '&orderby=alias3 descending'; I have this error on the browser console: Failed to load resource: the…
  • Here's the full error: {"status":404,"statusReason":"Not Found","message":"com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 9B35E13EB72E3AD9), S3 Extended Request ID:…
  • Hi, I am currently working on the starter-kit project. For now , when I run "npm run upload" (as the guide said) , everything is working fine, and I have my application published on domo platform; but when I want to create a card with the app, I have the error below displayed on the card: {"status":404,"statusReason":"Not…
  • Hi Jake, I am using npm, and I added domo.js as a dependency in the package.json; but i have this error: npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/domo.js npm ERR! 404 npm ERR! 404 'domo.js' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name…