-
Unable to get SFTP Writeback Connector to work
Each time it executes I get an error message "Invalid date - Last successful run" Date SFTP dataset that is created when I configure the connector contains no schema. Any suggestions?
-
DomoPhoenix.CHART_TYPE.RADIAL - When minimum value is 0.
Building a gauge with DomoPhoenix.CHART_TYPE.RADIAL. It appears that when the minimum value is 0 it does not display on the gauge. If I set the minimum value to 0.01, it displays. Is there a way to force the gauge to show the minimum value when the value is 0?
-
domo.datasets is Undefined
In the sample apps, I see these 2 lines: var domo = window.domo; var datasets = window.datasets; I have an alert(domo) that returns a result But alert(datasets) is always undefined. I am unable to do any domo.gets() and am thinking this is the problem. Any ideas? My manifest file is: { "name": "Try2", "version": "1.0.0",…