Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

overwriting an ICP Target

786797Jun 5 2014 — edited Jun 9 2014

Hi,

i need to overwrite Target ICP based on the HFM account ICP attribute.

While i could do a manual explicit mapping, this is not very handy nor dynamic.

I was thinking about creating a AftValidate script to overwrite the Target ICP.

Now i know how to retrieve the IsICP attribute from HFM and compare it in a loop to the ACCOUNTX in FDM, but what is the right way to overwrite a single value in an existing row?

i know how to add new records but i do not know how to update existing ones...so i thought something like the following could solve the issue, just i do not know the right syntax...

Set NewRec = DW.DBTools.fCreateRec()

  With NewRec

      .varKey = z

      .colFlds.update "ICP", ICP

  End With

  RES.PColRecs.Append NewRec

  End If

regards

Benoit

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2014
Added on Jun 5 2014
8 comments
3,045 views