Filter is not working on List reports in BCM workspaceIssue Filter is not working on List reports in BCM workspaceCauseList component is handling null in fixedFilter ResolutionWe have an internal PRB PRB1801437 opened for this issue Here is the workaround for the issue Workaround: In sn_irm_shared_cmn.IRMUIUtils scritp include method -> getUXListConfigurationById -> line #892 changed from listConfig[formattedField] = value; to listConfig[formattedField] = value ? value : '';