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!

Cannot assign [DOUBLE] objects of different length error

User_CN0ZBDec 25 2016 — edited Dec 26 2016

hello everyone,

i am trying to write a business rule but when running it, i am receiving the error "Cannot assign [DOUBLE] objects of different length error"

here is my code :

FIX (local, No_Reserve1, No_Reserve2, {V_Entity}, &CurrYr, @MEMBER(@PREVSIBLING({Supp_Request})))

FIX (HSP_InputValue, No_Functional, No_Fund, No_Location, Estimated_Supp)

FIX ("No Period", "No_Program/Project", "BU Version_1")

"Request_Approvals"

(

IF ( "Request_Approvals" != #Missing)

Supp_Budget_Entity->@IDescendants("Chapter-1")->{V_Functional}->{V_Fund}->{V_Location}->{V_ProgramProject}->@IDescendants(YearTotal) = #Missing ;

@RETURN("  some text message here  " , ERROR);

ENDIF

)

ENDFIX

ENDFIX

ENDFIX

this error only started occuring when i wanted to use @member@PREVSIBLING commands. i need this to get the previous member from the prompt.

it was working fine before i added the @member@PREVSIBLING

why is this error occuring ?

thank you for any help.

Regards,

This post has been answered by Julien Mallet on Dec 26 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 23 2017
Added on Dec 25 2016
5 comments
1,410 views