Not sure if this is relevant, but the DB table’s structure itself requires a composite key using t_stamp, unit_id, and batch_id to avoid duplicates during file inserts.
An alternative would be pivoting to individual tables in the schema for each unit, but I’d rather not have an increasing number of tables at each unit deployment
The instance that is using the integer as a keyvalue, used with keycolumn:MS_STATE does return data to the powerchart. It is the string V30_TST instance that is giving me problem.
Are you implying that keyvalue is expecting an integer?
I’ve also tested other key/value pairs that utilized strings and were successful. My thought was that it might be related to the DB having a composite key, but I briefly removed unit_id as a key