Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Chart Convert from normal to SET expression , now my chart only display jan till mar

Hi All

Chart A Expression is not SET analysis ( working fine ) :-

money(

fabs(

sum(Amount/$(Columndim89))/1000)

, $(vCurrencyFormatK))

I convert the chart A to Chart B the Expression is  using SET :-

sum({$<year = {"<=$(=max(year)) >=$(=max(year)-12)"}, month = {"<=$(=max({<year={$(=max(year))}>} month))"}>}

Amount/$(Columndim89))

My issue is for Chart B only display jan till march 2013.

Paul

0 Replies