Hi Anton, Thanks for reply, I tried by calling the methods what you suggested. Nothing change. My situation is very general, just updating a field based on dates, below is code. And I have a Index with EanId (Allow duplicates - Yes.) update_recordSet tradeForecastData setting Value = adjValue, IsAdjusted = NoYes::Yes where tradeForecastData.IsAdjusted == NoYes::No && tradeForecastData.EanId == eanid && tradeForecastData.ConsumptionDate >= fromDate && tradeForecastData.ConsumptionDate <= toDate; Thanks, Nunna.
↧