gt: function() {
        var filter = inspectRef(this.filter, this.overallData, this.keywordPrefix);
        this.success = isNumeric(this.val) && isNumeric(filter);

        if (this.success === true) {