You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

@Concatenation Invalid Object Type

Accepted answer
47
Views
5
Comments
edited Jun 7, 2021 4:52PM in Planning 5 comments

Content

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"

Version

PBCS 21.06.59

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.

Register

Don't have an account? Click here to get started!