Hi,
I included a formula in default logic which is a simple multiplication of two account dimension members:
*BEGIN
[P_ACCT].[#CE0004220] = [P_ACCT].[CE0004210]*[P_ACCT].[CE0004230]
*END
Was able to successfully validate and save the logic. However, when I tried to send data, the system threw an error:
"- Error Message -
Error running default logic (Error checking work status)
- Rejected record List -
Error converting records: The root element is missing."
Have checked the work status and nothing seems to be amiss. Also, I tried removing the formula from the default logic and then sending the data - this worked.
So there must be some error with the default logic / work status. Could someone please help me out here?
Thanks in advance
Regards,
Meiyalagan
Edited by: Meiyalagan Kulandaivel on Nov 27, 2008 10:06 AM