FDMEE 11.1.2.4.0 Check Report always as Pass
I have FDMEE with HFM 11.1.2.4.101. I have already installed the two PSE for FDMEE (21444040,21819491).
At the Check step, I get the Check Report always as Success, although it have no coherence with the rule logic.
This is what I have at the Rule Logic:
FUN: DIM CUADRE CUADRE= ((|,,,,,,ACTIVO,[ICP Top],[None],[None],FIN,[None],,,,,,,,,,,,,,,,|)-((|,,,,,,PASIVO,[ICP Top],[None],[None],FIN,[None],,,,,,,,,,,,,,,,|)+(|,,,,,,CAPITAL,[ICP Top],[None],[None],FIN,[None],,,,,,,,,,,,,,,,|)+(|,,,,,,UTNETA,[ICP Top],[None],[None],TOT_AREA_FUNC,[None],,,,,,,,,,,,,,,,|)) )IF CUADRE <= 1 AND CUADRE >=-1 THEN RESULT=TRUE ELSE RESULT=FALSE END IF
and this for the display:
((|,,,,,,ACTIVO,[ICP Top],[None],[None],FIN,[None],,,,,,,,,,,,,,,,|)-((|,,,,,,PASIVO,[ICP Top],[None],[None],FIN,[None],,,,,,,,,,,,,,,,|)+(|,,,,,,CAPITAL,[ICP Top],[None],[None],FIN,[None],,,,,,,,,,,,,,,,|)+(|,,,,,,UTNETA,[ICP Top],[None],[None],TOT_AREA_FUNC,[None],,,,,,,,,,,,,,,,|)) )