My Oracle Support Banner

Calc script with 'IF Condition' Doesn't Return Either True Or False (Doc ID 2725234.1)

Last updated on OCTOBER 07, 2022

Applies to:

Hyperion Planning - Version 11.1.2.4.010 and later
Information in this document applies to any platform.

Symptoms

In a Calc script, have two IF conditions which are not working as per expected behavior. IF Statements are logically correct. But the members in FIX statements can render the complete IF Condition as if it didn't exist. From the below IF Statements, don't receive either 'True' or 'False' as error message.

Condition 1:
IF("ATD Approver"->"Cash Flow - Closed Notification" == [[Approval.Approved]])
@Return("True",ERROR);
ELSE
@Return("False",ERROR);

Condition 2:
IF("Cash Flow - Closed Notification"->"Annual Cash Plan Adjustment"->"Request Status"->"ATD Approver"->"No_Reserve2" == [[Approval.Approved]])
@Return("True",ERROR);
ELSE
@Return("False",ERROR);

Changes

 New Calc Script

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.