Return value in list manager
834754Feb 15 2011 — edited Feb 15 2011Hi all
I have a list manager that should show only the NAME field from a table, but when I process the page, I want to use the NAMEID field from the same table to run some functions over it.
But the list manager only let me show 1 column, and if I choose to show the NAMEID, I can process the function (the way I want), but if I show the NAME column, I cannot process the function because I need the NAMEID to do it.
I want to show in list manager the NAME column, but sends to the fuction the NAMEID column. I tried SELECT NAMEID return_value, NAME display_value but it did not work.
Any ideas how to do it?