cancel
Showing results for 
Search instead for 
Did you mean: 

Months generation from Start Date and Current date

0 Kudos
154

Hi Team,

Please see below is my requirement and could you please suggest how can achieve in Web report.

Based on starte date, i need to generated the months column in Webi report

View Entire Topic
former_member199945
Active Contributor
0 Kudos

Hi,

Create a variable as below.

Month = FormatDate([Date];"Mmm")

replace date dimension with report column s dim start date

If you are looking for some other format then refer below document .

https://bobjblog.wordpress.com/2012/03/05/web-intelligence-date-formats

Thanks