Parameter value not appearing
Hi,
I am (again) trying to use parameters in a SQL table editor.
My parameter is set in order to get a column from an SQL table. When I test the parameter, this is working fine.
However, when I add this parameter (which is a bound parameter) to the column of my SQL table editor, I do have the set of value from my parameter, but when I save the selected element, it appears blank. When I check the SQL table itself, I can see the value.
This is probably silly, what am I missing ? 😓
Parameter definition :
SQL statement :
SQL table editor for the selected column :
AllowUpdates = True, ColumnName = INDEX_CSR_CAT03, DefaultValue = |!P_CSR_QUESTION_LIST!|, Description = [Question code], ParameterName = P_CSR_QUESTION_LIST
State of the SQL table editor before save ;
State after save :
SQL table :