David Law 2 Posted June 14, 2021 Share Posted June 14, 2021 I have column value which I would like to use as part of the dynamic title for my cross table. Take for example the column is a string format with the latest quarter as it's value, ex: Q1-2021 How do I add this value as a property which I can input as part of my dynamic title, so I can get something like: Sales Summary Q1-2021 I assume the script is something like: Sales Summary [MostCommon(["Column Name"])] Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted June 15, 2021 Share Posted June 15, 2021 One way would be to create a drop-down property control of the values in your column, then use the name of that property control in the title, like: Scatter Plot of Connect: ${Newchoice} Then it would change when you selected a different value in the property control. 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