<LightTooltiptitle={this.state.minValue===null?`Value Should be ${tableMeta.rowData[23]}`:`Value Should be (${this.state.minValue}) up to (${this.state.maxValue})`}arrow>
value={String(tableMeta.rowData[5]).toLocaleLowerCase() == 'cash at the end of the period' ? handleCashend(tableMeta, 123, 'percentFY') : Number(tableMeta.rowData[123]).toFixed(1)}
value={String(tableMeta.rowData[5]).toLocaleLowerCase() == 'cash at the end of the period' ? handleCashend(tableMeta, 124) : Number(tableMeta.rowData[124]).toFixed(1)}