Forum Discussion

Jonathan_Hart's avatar
4 years ago

DataSource polls version of an application from a MySQL DB fine but then results in a table widget show as 'NaN'

Hello, I've setup a datasource which queries a MySQL DB to get the version of an application. The datasource shows the result as follows. However when putting this in a dash...
  • Mike_Moniz's avatar
    4 years ago

    Unfortunately Datapoints must be valid numbers and strings can't be use. The two periods makes it an invalid number. Generally you can store version data as property data (strings allowed) or you can perhaps change the DataSource to crop the version or drop the 2nd period, for example 4.4 or 4.45 .