-
Error in using Pydomo ds_get
Hi, I am trying to run this simple code to fetch data from a dataset on the domo instance. but i am getting the following error. AttributeError: 'Domo' object has no attribute 'ds_get' I am not sure what i am doing wrong. Can someone help with this. I am pretty new to python and API's from pydomo import Domo clid = 'XXXX'…
-
Working of Date range and Compare to In Period over Period Graph
Hi, Can someone help with the explanation as to how the Date range and Compare to works in a Period over period graph when i select the last 30 days value and compare it with 180 days values. My goal here is to compare the last 30 days value with the overall value for the field selected.
-
Build Line chart with 30 days interval data
Hi, Is it possible to build a line chart where the Graph by value is interval for 30 days For example:- the current date is 15th jan So the values are displayed by DateValue16oct-15nov123 16nov-15dec234 16dec-15jan345
-
Chart to Compare Last 30 Days Value with YTD
Hi, I need to build a Multivalue Chart where i need to Compare Last 30 Days Value with YTD. Wanted to know if this is possible to do in Domo. Regards
-
Box Chart
Hi, Does anyone knows if there is a way to build a Box Chart(Screenshot Attached) in Domo
-
Get Data Based on Comparison of 2 Dates
Hi, I have a Dataset with 2 dates open_date,closed_date for a category(has 2 values open,closed). I want to build a weekly bar chart with a count of category where the date range is selected for the column open_date but the date range should also be applied to closed_date as well. For Ex:- Open DateClosed…
-
Filter Data Using Domo API for Python
Hi, I am currently trying to pull data from Domo Dataset into a csv using the python API. I am able to pull the complete dataset but would like to filter the data based on certain conditions. Can anyone help with me with. This is the code that i have got to pull the Data from the Dataset. import logging from pydomo import…