I have 6 machines... and a chart that shows multiple temperatures for each. I want a dashboard that shows the same chart 6 times, once for each machine.
Seems like the only way is to create 6 copies of the same chart with a hard-coded filter in each. This doesnt scale because if a change is needed it requires edits to all 6 charts. And in addition to temperatures, there are pressures, speeds, vibration levels etc..
Is there a way to use the same chart multiple times, but at the dashboard level assign a different (non user editable) filter value to each?
Obviously it's possible to include chart filters on each chart within the dashboard, but the values cannot be pre-set and if they are changed.. they are non persistent.