Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Visualization
Created by Guest
Created on Feb 6, 2016

Change the title dynamically of the 2nd chart(Detail Visualization) if the selection is made on the 1st chart

I have  A upper bar chart - 'HomeRuns count by Team' and a Below chart - 'HomeRuns count by Position'. I want that when he made a selection in the upper chart(Click on the Bar) then the associated category value(X-axis). Should display in the title of the 2nd chart(Below One) like:- '(selected team)'s HomeRuns count by Position'

  • Attach files
  • Guest
    Reply
    |
    Jan 27, 2023

    I agree this should be implemented natively but I was playing around today and realized you can do this by using a data function and subsequently having it output into a document property. The input of the data function can be an aggregation function inside of an Expression as the input handler. So you might do UniqueConcatenate([Team]) and select the limiting by the marking on your 1st chart and then the output will be the same variable and on the output tab the variable will be passed to a document property.

    You can have the script do nothing to your data by just putting "pass" in the python script (if you're using python).