Open kortemik opened 1 year ago
ID <220> Reporter <@eemhu>
For example, when a user opens a notebook with a paragraph: (1)
%dpl index=f17_mini | rex4j ".*wind_speed\":\s(?<windSPEDE>\d+.\d+)"| stats max(windSPEDE) avg(windSPEDE)
and changes it to (2)
%dpl index=f17_mini | rex4j ".*wind_speed\":\s(?<windSPEDE>\d+.\d+)"| stats max(windSPEDE) min(windSPEDE) range(windSPEDE) avg(windSPEDE)
and then runs it, and after that a second user opens the notebook, the paragraph will reset to (1)
while the results remain as the last ran paragraph (2).
User <@ronja-ui> Date <[2022-05-20T11:12:05Z]>
2022-05-20T11:12:05Z
Couldn't reproduce this on tg2, originally did happen on tg6
ID <220> Reporter <@eemhu>
For example, when a user opens a notebook with a paragraph: (1)
and changes it to (2)
and then runs it, and after that a second user opens the notebook, the paragraph will reset to (1)
while the results remain as the last ran paragraph (2).