How can I dynamically set a parameter value using a field value in the underlying dataset?

In my dataset, I have a field called MAXYR that is set to an integer year value. This value will change periodically. There is only one MAXYR value so every record has the same value. I want to be able to set a parameter to this value so that I can reference it in titles, use this parameter value in different formulae, etc. Is this possible? Right now, since my viz titles are dynamic depending on this MAXYR value, I had to do a wonky workaround; created a calculated title field (referencing the MAXYR field) and just created a table viz with a single record in it - just showing the calculated title field in the cell. Any ideas?

Hi. I believe the answer you are looking for is here: Create Custom title with Parameter

1 Like