I have a table in Mysql with a field that stores the timestamp, another field with the “device_id” and another field with the value “angle”.
In turn, with a variable, I can select the “device_id” from which I want to display data.
But if I select two or more “device_id” it does not show me a line for each one of them but a line continues to appear.
How can I make a line appear showing the “angle” data of each of the “device_id” that I select?
Yes, that’s only one part. Use query inspector to see how is that variable populated with multiple values selected and set correct variable format, so right SQL syntax will be generated in the WHERE section.