Preview:
public void executeQuery()
{
    // 22 (24-1 = 23
    this.query().dataSourceName('NATrainingRequest').addRange(fieldNum(NATrainingRequest, Years))
        .value(strFmt('((%1 == %3) || (%2 == %3))', NW_TrainingNeedAssessmentTable.Year-1, NW_TrainingNeedAssessmentTable.Year-2, fieldStr(NATrainingRequest, Years)));
    super();
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter