IMPORT FORMAT mapping-Expression hardcode value
Hi Experts,
for HFM target application, i have created an IMPORT FORMAT.
for the DImension mapping in this IMPORT format, i want t hard code a value to script.
below is an example dimension member
is there a easy way to hardcode this value without IMPORT script. below is the script i am using as IMPORT SCRIPT.
below script is not working, throwing error.
*************************************************************
def view (strField, strRecord):
splittedRecord = strRecord.split(",")
strVIEW= splittedRecord[11]
view = strVIEW
return view
*************************************************************