Skip to Content
0
Former Member
Apr 15, 2010 at 08:38 AM

Execute default logic when loading data

38 Views

Hi,

I've a default logic that multiplies three accounts to obtain another one: D=ABC

I write the following sentence in the default script logic.

*XDIM _MEMBERSET ACCOUNT=A,B,C,D

*WHEN ACCOUNT

IS AB*C

*REC (ACCOUNT=D)

*ENDWHEN

*COMMIT

It works when i insert values in a schedule.

But for historical data i must upload and load three different flat files one for each account, i check the box YES for "select to run default logic for stored vaules after importing", but is seems not to work

Any suggestions.

Thanx in advance