Hyperion Planning (MOSC)

MOSC Banner

Invalid Object type - Concatenation

edited Jun 7, 2021 3:06PM in Hyperion Planning (MOSC) 4 commentsAnswered

Hello Everyone -

Fist time caller here....I'm new to PBCS scripting and I need a hand with an error.

I am trying to create a FIX statement using concatenate to automatically isolate member "L1", "L2", "L3", etc.

However, I am getting the following error. Can someone please point me in the right direction? Thanks!

"A validation error was received from the Planning server.

'Error:Error parsing formula for [FIX STATEMENT] (line 38): invalid object type"

/*Code snippet*/

var bline = 1;

Loop({varLoopCnt})

 Fix(@MEMBER(@NAME(@CONCATENATE("L", @HspNumToString(bline)))))

... ... ...

bline = bline + 1;

ENDFIX

ENDLOOP

Tagged:

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

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center