Search code examples
spotfire

Add date for 'Last updated' in dashboard


I have a dashboard, with a text area where I want a date reflecting last update.

I have a date column in my data-set which could do it as this has 'last modified dates'

Can I insert a 'label'/dynamic value which returns the max date in that column?

Like this: This dashboard was last updated: MAX(last modified column)


Solution

  • yes, you can do exactly that. I would use a Calculated Value control to do it, since you can have, well, calculations in there :) Label controls are generally for displaying Document Properties, and thus are more "static."

    do be careful though! each Calculated Value is its own visualization! that means if you have one, no big deal. if you put like a hundred on one page, though, it's gonna bog down your analyst or web player.