Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3022

Re: How to show Monthly YTD value having Month in horizontal bar of cross table

$
0
0

Correct, you have to create the 12 variables for 12 months.And you don't need to apply the filter on report or table,if you can able to get the value of each YTM using the formulae.

 

 

Use where condition inside the formula of each variable along with  inlist()( ex: where month='1' for JAN and where month inlist(1,2).

 

 

JAN= [Sum([Currency Impact USD] Where([Month] InList ("1"))].

Here inside the formula itself you are filtering on month, hence no need to put extra filters at  report or block level.

Hope this will help.

 

--Subbu


Viewing all articles
Browse latest Browse all 3022

Trending Articles