cancel
Showing results for 
Search instead for 
Did you mean: 

Year Month to Month

former_member193552
Participant
0 Kudos

I have BW Query that has "Calendar Year/Month" Jan 2014, Feb  2014  etc... Now I want to extract Month from it in query as dimension... is that possible?.

Accepted Solutions (0)

Answers (2)

Answers (2)

amitrathi239
Active Contributor
0 Kudos

Hi,

Use Substr function in webi to extract only month name.

=substr[month];1;3)

former_member4998
Active Contributor
0 Kudos

Hi..

You can do at different level

@ universe level- You can define using  predefined function TO_CHAR or Use the custom display format option. Please find the below link.

http://scn.sap.com/community/semantic-layer/blog/2014/04/18/bi41-business-layer-enhancements--create...

@ WebI Rich Client - You can use predefined functions


@ BW Query level - As per the best practice, you can define at  bex query,

so this object automatically available in the WebI.