Question on Asset Class Market Intelligence Chart

I was looking to create a simple Market Intelligence chart that compares the latest 12 month returns of several asset classes using the below as my script criteria.

//Percentage Change over the last 12 months must be positive
CHANGE(INT_TYPE=Year, INT_COUNT=1) > 0

However, no data populates. I know I am doing something basic incorrectly, but not sure what that is.

Thank you in advance for the assistance.

Eric

Hi Eric,

If you roll your mouse wheel back does it come in to view? If not it could be because the chart only loads 1 year of data by default, so change the Date Range property to 5 years and see if that works.

Also, the script is a true / false so will just show a value of 0 or 1… remove the > 0 to show the 1 year % change.