FDMEE 11.1.2.4.000 - Issue with Check Report
Hello, I've migrated my FDMC app to FDMEE and am having some problems with the Check Report.
Issue #1
One of my rules requires looking up the value from the previous period - e.g., |,-1,,,,Balance,,,,,,,,,,,,,,,,,,,,,,| > 0.
When I use "-1" for the previous period, I get a "Lookup Error" in the Check Report.
The following lines appear in the process log:
...
ERROR [AIF]: The POV selected for this function is invalid.
INFO [AIF]: Data from Target: LOOKUP_ERROR
INFO [AIF]: Expression: LOOKUP_ERROR
...
However, if I replace the "-1" with the actual previous month based on the POV (e.g., "Dec"), the check rule runs successfully.