I have two weather stations which put data into a single hourly table. I am trying to graph minimum and maximum temperatures for both weather stations on a single serial chart. The table has a row for TempMin and TempMax and a column for station_name. I am unable to redo the table to have TempMinSt1 and TempMinSt2, etc..
Is there any arcade expression that could easily do this? I'm not a developer, so arcade is totally new to me.
When I try to use the choices available in the Dashboard I can either show a series for each weather station for one of the fields - min or max. Or I can show min and max for one station.
Any ideas? I've been trying to mess around with arcade, but I'm not sure which functions to use - filter, groupby, etc..
Thanks!
RyanE