Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Fiscal Year Function

sliderrulesMay 15 2013 — edited May 16 2013
Hi,

I am using OBIEE 10.1.2 and would like to display the current fiscal year in a column formula

CASE
when to_char(sysdate,'mm')>= '04' then
to_number(to_char(sysdate,'yyyy'))||'/'||to_char(to_number(to_char(sysdate,'yyyy'))+1)
else TO_CHAR(TO_NUMBER(TO_CHAR(SYSDATE,'yyyy'))-1)||'/'||TO_NUMBER(TO_CHAR(SYSDATE,'yyyy'))
end Curr_FY

Can anyone help with converting this to OBIEE syntax?

Thanks
This post has been answered by SriniVEERAVALLI on May 16 2013
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details