DBLookup and View Indexes

Just wondering if someone can confirm something for me.

If have a view which has the View index rebuilt “Auto, after first use”, which the help file specifies as the server will update the index everytime a user opens it.

If the view is never used by users directly, but rather via a @DBlookup with “NoCache” specified, does that cause the view index to be refreshed?

Should I convert the view to fully Automatic index updates?

TIA

Kieran

Subject: RE: DBLookup and View Indexes

@DbLookup is considered a “use” of the view for indexing purposes, so yes, that will work.