In Workshop, I need to suggestions and step by step guidance on how to compare events across different versions (e.g., Version 1 vs. Version 2).
Each event has many properties like property1
(numeric), property2
(date), and property3
(string).
My goal is to:
- Dynamically select two versions to compare using e.g. dropdowns.
- Compute differences (e.g., numeric differences, changes) for each property.
- Visualize the results in a table with conditional formatting to highlight significant changes