I have an accelerated data model which has a field created using a lookup. What I need is for the field to be created at the time the acceleration search runs, rather than at the time that I consume the data in my query. The lookup file is re-created each day, so the important thing for me is that the value in the field is the one from how the lookup file was at the time it was created, not when I use it. Is that possible or even the default behaviour? Thanks