Hello, I try to create a map for the developer team. But I don't know how to process, if someone can be my light in the darkness :)
I have an microsoft sql table like this
NAME | STATUS | DATESTART |
---|---|---|
Truck | 1 | 07/10/18 |
Bidoule | 3 | 07/10/18 |
Choulette | 3 | 07/10/18 |
my sql table can have new lines at any time and I want an array alarms on my map when the status is 3. like:
[ligne1 array]- Bidule had an error at 07/10/18
[ligne2 array]- Chouette had an error at 06/10/18
I Don't know if something like this is possible? Thank you for your time and your help! :)
Add comment