getFormat() {
        if(this.queryName === 'range') {
            this.queryFormat = this.setFormat();
            this.getQueryFormat.emit(this.queryFormat);
        }