Renu D.N Posted May 20, 2019 Share Posted May 20, 2019 Hello, We are trying to visualize a Gantt Chart throughScatter Plot visulaization is Spotfire. But the users want to see data points that fall in future (i.e. after current day). Attached is the screenshot of the visualization. Is there a way we can set the zoom slider value in X-axis to current day We do not wish to filter out the data from the visualization, only need to set the visualization view with the help of slider Thanks, Link to comment Share on other sites More sharing options...
Gaia Paolini Posted May 20, 2019 Share Posted May 20, 2019 You can do it with an IronPython script. Maybe this reply can help you: https://community.spotfire.com/questions/changing-x-zoom-date-slider-python however, setting the view and filtering are kind-of the same thing, as long as it is seamless for the user to change the filter/view. Similar to what is suggested at the end of that link, it would be easier to set a document property from a user-selected drop-down and toggle between seeing all dates or only dates up to today, using Limit data using expression. Alternatively or in addition, for greater control, use a text area with a filter on the max date that the user can slide. Gaia Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now