Type ahead & @dbcolumn

New to xpages … want to have a text field with ajax type ahead enabled (partial) and computed suggestions pull from a view column.Formula is:

@DbColumn(@DbName(), “Title”, 1);

Title view exists in current database.

Goal: To produce suggestions but if user enters something other than suggestions, it will update to the list I’m pulling from for next time user creates document from form.

currently, using this code in the computed suggestions is doing nothing … the suggestions do not show on the form at all.

Subject: test your formula

To make sure you are getting results from the @DBColumn, put the formula in a computed field and see what gets returned.

Howard

Subject: solved!

So embarassed! I had the code in the wrong area!