Is there a quick way to refreshed cached Lookup Value?
Posted: Fri 09 Dec 2011 05:04
There are some query that is structure in this way
Q1 is Master Table which Lookup a fields from Q2
Q2 query is depends on one field of Q1 so has to open after Q1
As I used CacheCalcFields in Q1 (needed for performance issue for other features), it lookup Q2 and cached null for its lookup field (as Q2 is not opened yet).
If I refresh Q1, it can lookup correctly from Q2.
However, a refresh (or refreshquick) need another not necessary access to the server, which can be costly for remote issue.
Is there a direct way to refresh the Cached lookup / calculated fields?
Thanks in advance for your kind help.
Q1 is Master Table which Lookup a fields from Q2
Q2 query is depends on one field of Q1 so has to open after Q1
As I used CacheCalcFields in Q1 (needed for performance issue for other features), it lookup Q2 and cached null for its lookup field (as Q2 is not opened yet).
If I refresh Q1, it can lookup correctly from Q2.
However, a refresh (or refreshquick) need another not necessary access to the server, which can be costly for remote issue.
Is there a direct way to refresh the Cached lookup / calculated fields?
Thanks in advance for your kind help.