Hi,
Dynamicweb version 9.17.6
I need to retrieve all the options from a specific EcomCategoryFieldList field.
But it seems like they are not all stored in the database as single rows? 
I can see it in the EcomProductCategoryFieldTranslation table in the column FieldTranslationFieldOptions. But its stored as html format, but it doesn't work for the purpose. I need to retrieve them to an item for the editor to select :) 
I try to retrieve them like this as well:
SELECT 
  EcomFieldOptionTranslationName
 FROM EcomFieldOptionTranslation where EcomFieldOptionTranslationOptionID like 'ImportedNAVItemAttributes_5%'
It retrieves almost all in the EcomFieldOptionTranslationOptionID which starts with  'ImportedNAVItemAttributes_5'. But not the whole list, which is the problem
Anyone who have an idea how to get the database to have all options stored??
BR
Marie Louise