Comments
-
It is always good to see improvements. What's still missing is a good way to search the forum and other parts of the site.
-
Could you provided more detail of how far you have progressed, what errors if any you've encountered and anything else to help us better understand what you are attempting to do
-
Interesting work and good to see the embedding of the map. The color scheme used is very retro
-
Very helpful and useful information and thanks for providing so must detail on this. Very helpful
-
pair-wise visualisations is an important tool when analysing data
-
Animated time variation in data is such an important visualization. End users love this kind of functionality
-
These links might be of help https://community.databricks.com/t5/data-engineering/odbc-data-source-to-connect-to-a-databricks-catalog-database-via/td-p/96354 https://community.databricks.com/t5/get-started-discussions/how-to-connect-to-databricks-from-oracle-analytics-cloud/td-p/37165 also ensure you are using a supported…
-
Good suggestion and good details provided which will really help here
-
Nice work on putting this viz together, good color scheme and easy to follow layout
-
Good work. Good clear layout and easy to understand what being presented
-
A few things to check like the logs to see if additional information is available, also check the metadata indexing, and check permissions
-
With Table T1 containing 20 million records, if the join logic or the filter is not being fully "pushed down" to the database, OAC may be attempting to pull a massive volume of data into its internal memory to perform the join or calculation, thereby hitting the 2-million-row governor. Up could scale up the instance, or…
-
have a look at using PERIODROLLING(-1,-1)
-
Good work on this, clean, easy to read and good & simple use of colors to highlight important data
-
for now, this seems to be a known issue. some work around include Zero-Width method instead of hiding the column; concatenated calculation by creating a single calculation that combines the hidden attributes; change Viz type, if possible, to grid headlamp or bar chart which has addition tooltip features
-
Good work, but for me, the grey background and muted colours for the charts makes it difficult to read.
-
This Org Chart custom extension is a great addition , as it makes representing such reporting structures incredibly intuitive and visually clear. The ability to color-code nodes for roles and departments adds a great layer of functional depth that will definitely enhance our executive-level workbooks.
-
Good idea and has many follow on uses
-
Nice work and the video illustrates the various features
-
To implement a tooltip that displays specific weekday logic, you can use the calculated data elements combined with the Custom Tooltip feature. Because the tooltip section often requires measures, the workaround is to convert your text attribute using an aggregation function like MIN or MAX.