Can a FIX statement pull in Metadata from a Member Name?
Summary
Metadata in a FIX statement?Content
Hi,
I have a parent in my Account Dim named: POVLoadMo
It has one child named: POVApr
I'm trying to Fix on the 'Apr' part of the child member name.
- Is that even possible or can it only evaluate that in and IF statement?
Currently I'm just trying to pull in the full 'POVApr' into my fix and I'm getting an error. I'm following the documentation to a tee, thus thinking not possible in a FIX.
Current Code:
Fix(@SUBSTRING(@NAME(@PARENT("POVLoadMo"))),3)
Error:
'Error:Error parsing formula for [FIX STATEMENT] (line 8): wrong number of arguments in function [
Tagged:
0