Marco
2 years agoContributor II
SQL Table editor: doesn't load the correct values when editing
Hi everyone.
I have the issue that when clicking on a row in an SQL table editor, it doesn't open the view with the correct value, but instead, it displays the value from another table. I have 4 tables that use the same view to edit information, and each one has a different bound parameter, and that value is assigned in the SQL table editor section.
Example:
As you can see, it's set up in the same way, but where the DItemID value is assigned is where I'm having issues. ¿Any solution to this?
try adding: AND ItemID = '|!param_ALMEC_SItemID!|' to the end of your where clause
(Change ItemID to the name of the column that has the value that corresponds with the parameter if its not [ItemID])