You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit : same case as #309, sorry. i close this one.
Since v2.1.1 i have some trouble with name of items. All are screens as the name of 1st.
We use polystat to monitor some events logged in a mySQL database.
if log are 5 minutes old, polygon turn yellow then red after 15 minutes
request:
SELECT damo_data
,case when damo_MAJ < (NOW() - INTERVAL 15 MINUTE) then 2
when damo_MAJ < (NOW() - INTERVAL 5 MINUTE) then 1
else 0 end as " "
FROM da_monitoring
I get this table view:
all polygons shows the same name.
Is there a trick the obtain the right name ? is it a bug ?
regards
Sebastien
The text was updated successfully, but these errors were encountered:
Hello,
Edit : same case as #309, sorry. i close this one.
Since v2.1.1 i have some trouble with name of items. All are screens as the name of 1st.
We use polystat to monitor some events logged in a mySQL database.
if log are 5 minutes old, polygon turn yellow then red after 15 minutes
request:
SELECT damo_data
,case when damo_MAJ < (NOW() - INTERVAL 15 MINUTE) then 2
when damo_MAJ < (NOW() - INTERVAL 5 MINUTE) then 1
else 0 end as " "
FROM
da_monitoring
I get this table view:
all polygons shows the same name.
Is there a trick the obtain the right name ? is it a bug ?
regards
Sebastien
The text was updated successfully, but these errors were encountered: