Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polystat : name of elements are the same since v2.1.1 #310

Closed
sebbz42 opened this issue Sep 27, 2023 · 0 comments
Closed

Polystat : name of elements are the same since v2.1.1 #310

sebbz42 opened this issue Sep 27, 2023 · 0 comments

Comments

@sebbz42
Copy link

sebbz42 commented Sep 27, 2023

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:
image

all polygons shows the same name.
image

Is there a trick the obtain the right name ? is it a bug ?
regards
Sebastien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant