Your ODBC Klip is not displaying any data.
Note: This article discusses advanced features that are only available in the licensed, commercial version of Klipfolio Dashboard.
Here are the top 3 commonly asked questions about writing an ODBC Klip using Klipfolio's ODBC engine.
Be sure to read through the how-to article on writing an ODBC Klip first.
The syntax for the connection string differs depending on what kind of database server you are trying to connect to. Refer to your database software's documentation, or try looking it up on the web. Many develpers have found http://www.connectionstrings.com/ to be very useful as well.
You can get error output into the Debug Window if you use JavaScript to set up your connection string and query. The easiest way for this is to use our sample ODBC Klip that uses JavaScript, which includes the Engines.ODBC.getLastError() function in its script to output errors from your ODBC driver.
This would indicate that your Klip has been able to successfully retrieve data from your database, but your stylesheet doesn't match the returned data format. Read the Stylesheet and How can I tell what the returned XML data looks like? sections of the how-to article on writing an ODBC Klip to make adjustments to your <style> block.