Problem with inserting an image in a grid for a report

Problem with inserting an image with the light of the status of the process in a grid for a report.
The error is at the line 150 and 156 of the xml and the the definition of the rule!testColor2 is:
= if ( ri!value = "" , cons!ICON_GREY_GLASS , if ( ri!value = 0 , cons!ICON_RED_ALERT , if ( ri!value = 1 , cons!ICON_YELLOW_GLASS , if ( ri!value = 2 , cons!ICON_GREEN_GLASS , if( ri!value = 5 , cons!ICON_DARK_GLASS , if( ri!value = 3 ,cons!ICON_ORANGE_GLASS , cons!ICON_BLUE_GLASS ) ) ) ) ))
with all the constants of type document linked to an image document and the ri!value a variable of type number integer that change during the process

Sail Error.xml

OriginalPostID-145898

OriginalPostID-145898

  Discussion posts and replies are publicly visible

Parents
  • I've tried with pasting your xml, but the same error appears. The strange thing is that if no active istance of the process exist and i paste your code everithings works correctly, non error message and clicking on test everythings works. But if an istance already exist or if i return to this report after an istance has been created this error appears. Before installing the hotfix D of the 7.6 averything works so my question is what is changed in this last hotfix? and why now it doesn't works ? :(
Reply
  • I've tried with pasting your xml, but the same error appears. The strange thing is that if no active istance of the process exist and i paste your code everithings works correctly, non error message and clicking on test everythings works. But if an istance already exist or if i return to this report after an istance has been created this error appears. Before installing the hotfix D of the 7.6 averything works so my question is what is changed in this last hotfix? and why now it doesn't works ? :(
Children
No Data