Max Date Function in Spotfire Visualization Title

T-Mc

I'm trying to figure out if it's possible to set a max date function into a title box of a visualization in Spotfire/McKesson Explorer. I've tried referencing a Property Control using a couple commands but haven't had any luck.

Here are the two commands I've tried. ${MyProperty} ${My Data Table}.{MyProperty}

My end goal is to have each visualization state when it was last updated in the title, as they pull from different data sources. The current property control is set up as so "Max([MyDateField])", and I set the property control as a string.

I also found this but I'm not sure if it's relevant... http://spotfired.blogspot.com/2014/03/setting-property-and-set-it-to-max-date.html

niko

you can, as you've figured out, use Document Properties in the title bar of any visualization with the syntax you've listed. however, Max([Date]) is not a Document Property, and I can't think of a simple way to keep it updated. the linked post is one way but then it requires some interaction to trigger the IronPython script, so it's probably not ideal for an end user of your analysis.

your best bet is to instead use a Calculated Value in a Text Area visualization. using the expression Max([Date]) will keep the value always current. you can make the whole Text Area bold and 12pt (or whatever your normal titlebar settings are), then shrink it to a reasonable size so that it appears to be a title bar for the visualization.

the only negative side effect is that if the analysis is viewed on another device that has a significant change in resolution, a vertical scroll bar may appear in the Text Area.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Suppress 0 in the Spotfire visualization

From Dev

Max date available in data to title

From Dev

Spotfire Ironpy how to edit specific visualization

From Dev

Displaying zero values in spotfire data visualization

From Dev

Adding date function in php title tag?

From Dev

MAX analytic function with date window preserving time

From Dev

Excel - pivot date values with max function

From Dev

MAX analytic function with date window preserving time

From Dev

Spotfire limit data using expression by date

From Dev

Spotfire limit data using expression by date

From Dev

How to select max(date) in Big query without using a window function?

From Dev

SQL Windowing function: MAX(date) over Partition BY Clause

From Dev

Could not find function allprevious in Tibco Spotfire

From Dev

Oracle Function not retrieving data to Spotfire quickly

From Dev

Oracle Function required with certain logic to implement in Spotfire

From Dev

How can I automatically use values from a higher-lever(master) visualization when creating a lower-level visualization (details) in Spotfire?

From Dev

Spotfire TERR script to check if date string is within date range

From Dev

Spotfire TERR script to check if date string is within date range

From Dev

How to add/remove columns in CrossTable visualization in Spotfire using IronPython script plugged to button?

From Dev

Spotfire Plugin Cache Settings, visualization not loading correctly in web interface. Any advice?

From Dev

Format date in title of a panel

From Dev

Date in android document title?

From Dev

Spotfire - Adding dynamic date restriction to data table which is based on an information link. Spotfire 6.0.1

From Dev

google visualization category filter date parsing

From Dev

Tibco Spotfire, how to insert yesterday column based on current date

From Dev

SQL - where date = max date

From Java

GROUP BY having MAX date

From Dev

Find max and min date

From Dev

How to GROUP BY with MAX(DATE)

Related Related

  1. 1

    Suppress 0 in the Spotfire visualization

  2. 2

    Max date available in data to title

  3. 3

    Spotfire Ironpy how to edit specific visualization

  4. 4

    Displaying zero values in spotfire data visualization

  5. 5

    Adding date function in php title tag?

  6. 6

    MAX analytic function with date window preserving time

  7. 7

    Excel - pivot date values with max function

  8. 8

    MAX analytic function with date window preserving time

  9. 9

    Spotfire limit data using expression by date

  10. 10

    Spotfire limit data using expression by date

  11. 11

    How to select max(date) in Big query without using a window function?

  12. 12

    SQL Windowing function: MAX(date) over Partition BY Clause

  13. 13

    Could not find function allprevious in Tibco Spotfire

  14. 14

    Oracle Function not retrieving data to Spotfire quickly

  15. 15

    Oracle Function required with certain logic to implement in Spotfire

  16. 16

    How can I automatically use values from a higher-lever(master) visualization when creating a lower-level visualization (details) in Spotfire?

  17. 17

    Spotfire TERR script to check if date string is within date range

  18. 18

    Spotfire TERR script to check if date string is within date range

  19. 19

    How to add/remove columns in CrossTable visualization in Spotfire using IronPython script plugged to button?

  20. 20

    Spotfire Plugin Cache Settings, visualization not loading correctly in web interface. Any advice?

  21. 21

    Format date in title of a panel

  22. 22

    Date in android document title?

  23. 23

    Spotfire - Adding dynamic date restriction to data table which is based on an information link. Spotfire 6.0.1

  24. 24

    google visualization category filter date parsing

  25. 25

    Tibco Spotfire, how to insert yesterday column based on current date

  26. 26

    SQL - where date = max date

  27. 27

    GROUP BY having MAX date

  28. 28

    Find max and min date

  29. 29

    How to GROUP BY with MAX(DATE)

HotTag

Archive