Forum Discussion
How to Create Animated Treemap with Overlapping Date Ranges
- 2 years ago
Hi mrqs97
You need to add to the date table a column for the needed intervals:
modify needed interval
The column that you got will work, but on the play axis it will be formatted as a date time:
To solve this issue you can add a formatted column ( data type text)
as it is a text column you need also to modify the sort order by the date bins
now you can put the new formatted column on the play axis
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi mrqs97
You need to add to the date table a column for the needed intervals:
modify needed interval
The column that you got will work, but on the play axis it will be formatted as a date time:
To solve this issue you can add a formatted column ( data type text)
as it is a text column you need also to modify the sort order by the date bins
now you can put the new formatted column on the play axis
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly