I am doing a display lookup on a field that is also a javascript link. In the NameID field I am doing a DisplayLookUp to change the ID to the Actual name. But in a MagicCell I want a popup window to display info about the person. In the link I have
page.asp?Name=#NameID#.

When I do the displaylookup it puts the fullname in the link which I can't have. If I use MagicLookup=false in the options then the DisplayLookUp breaks.

What can I do?