View Single Post
  #4  
Old 10-10-2010, 03:00 AM
ashwken ashwken is offline
Registered User
 
Join Date: 10-16-2005
Location: Blairsville, GA USA
Posts: 431
Re: pre-poulate?

Quote:
Originally posted by tfjern

...The drop down menu displays all the values already added, of course (A,B,C, D, and E), but apparently if two or more values are added after TAG, say A and B, that becomes a new value. What would be better if we could just simply add values on the fly, so to speak. Apparently this can't be done.

Thanks.
The index that is built when you check Auto-complete is an index that allows for ALL values, but only displays UNIQUE values in the drop-down list.

Item values for your TAG attribute:

A
B
C
A, B
A, B, C

When you create a new Item the values available for TAG are presented in the drop-down list, you can choose from these existing values or give the new Item a new value (D, E). This new value is added on-the-fly and will be present in the drop-down list for the next new Item you create.

If you want to change the TAG value for an exisitng Item, you can choose from the drop-down list of exisitng values, or create a new value (F).

From your original post it sounds like you want to track the evolving status of an Item, perhaps I misunderstood.
Reply With Quote