Dear Dynamicweb,
We are often using the future in Dynamicweb to make dropdowns in our items based on sql, but it seems to come with a performance penalty as the sql statement is executed every time the value from the item is used, even though we are just requiring the value with GetValue (and not GetList where I better understand the statement is executed despite caching would have been fine :-)).
The value is stored directly in the database so I cannot see the reason why the statement is executed when just requesting the value??
Best regards, Anders