Historian tag names with $
# umh-support
t
Not sure if this is the appropriate place for this…. historian tags are being stored with a name containing a “$ “ instead of the “_”
Auto generated query for grafana returns no results SELECT name, avg(value) as "weather_humidity", time_bucket('$__interval', timestamp) AS time FROM tag WHERE asset_id = get_asset_id_immutable( '40Hero', 'del', 'lab', 'edge2' ) AND name = 'weather_humidity' AND $__timeFilter(timestamp) GROUP BY time, name ORDER BY time DESC;
j
Thank you! FYI @Athavan kanapuli @ricci2511
should be fixed now 🙂
t
Thanks for this, but how do we upgrade for the fix?
j
Frontend upgrade go online directly
So it should be applied already
Do you still have the issue?
t
Still have issue
wait...i'm verifying...that is old from yesterday...
what was the resolution here? We are keeping the $ as the delimiter? and just updating the queries?
because yes my queries are now using the $ as well as the name separater
j
The resolution was to correctly update the sql eyries to include again the dollar sign separator
t
ok, yes things are good....it stores in the DB with the $ and the front end queries also have $....so we're good!