-
Re: Timeout for Oracle Connector
Hi, You can define the JDBC properties to pass to the JDBC driver to create the connection from the connection settings screen: Administration > Connections > Your Oracle connection > Advanc…1 · -
Re: Nested json data Manuplation
Hi, Actually a valid JSON object would be more: {"first_name":"sam","last_name":"john","age":"35","height":"6.5ft"} If …1 · -
Re: Javascript Webapp - Return Dataset Metrics to HTML Report
Hi, First as a side remark, please note that the Javascript API is not as rich as: * the python APIs that you can use directly in the python backend code. You can take a look at the New Code Webapp &…1 · -
Re: Pie Chart order by Count of Records
Hi, You should be able to change the sorting policy by clicking on the "By" dimension. It will open a menu allowing you to switch from "natural ordering" to a sort based on the di…1 · -
Re: Dates imported from Excel as days since 01 JAN 1900
Hi, Thanks for providing the sample file. Indeed DSS won't interpret the custom format "2019-01-01 00:37:55 UTC" as a valid date format (we are relying on the Apache POI librairies for that…1 ·