Forum Discussion
sman
3 years agoFrequent Visitor
Creating side-by-side view of table data given two dates
Hello! Given a table like this valid_from valid_to article price 2022-01-05 2022-01-15 A 200 2022-01-16 2022-03-17 A 300 2022-03-18 A 350 2022-01-08 2022-01-15 B ...
lbendlin
3 years agoSuper User
Your approach should work. However I would be concerned that the layout may be confusing to your users. What is the relationship between these two date slicers? What if the user picks and earlier date for T2 and a later date for T1?
A timeline chart may be a better answer.
sman
3 years agoFrequent Visitor
That's not quite what I want to do! I want to display prices of the same article side by side (see my OP).