This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
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).