I have a small Java helper that currently builds a custom view inside StrategyQuant X. When I try to reuse the same class as a workflow filter, it stalls the run instead of removing the strategies I want. Goal • Refactor the existing Java file so it works both as a view and as an inline filter step. • Ensure the filter reliably excludes strategies flagged as non-compliant with my performance-metric criteria (a custom score rather than the built-in ROI, drawdown, or Sharpe checks). Key points • Platform: StrategyQuant X SDK / Java. • Selection rule: drop any strategy whose custom score fails my threshold (details and sample projects supplied). • Keep the view functionality fully intact; no regression in table rendering or column calculations. • Deliver clean, commented code plus a quick note explaining which SQ-X hooks were changed and why. I’ll provide: – The current .java file. You provide: – Updated Java source ready to compile in SQ-X. – A short guide (markdown is fine) showing where to place the file and how to add the filter step inside a workflow. This is a focused fix; I expect an experienced SQ-X developer to turn it around quickly. Let’s get it working!