Demantra Solutions - EBS (MOSC)

MOSC Banner

Need help on server expression for to_date function - Demantra

edited Apr 5, 2018 11:23PM in Demantra Solutions - EBS (MOSC) 7 commentsAnswered ✓

I am having this business requirement, where they want to have a series which contains the data from 2 different series based on the time.

Attached is the New series requirement example

I am using the below server expression, but it is not giving me the desired result.

The issue is only with the data populated for Dec-2015 month. For rest of the months the data is coming up correct.

sum(decode(sign((branch_data.sales_date) - to_date(get_max_date,'mm/dd/yyyy hh24:mi:ss')),-1, nvl(branch_data.actual_quantity, 0),0, nvl(branch_data.xxdm_final_fcst_lag1,0), nvl(branch_data.xxdm_final_fcst_lag1,0)))

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Demantra Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center