Thank you. I still can't get the detail table to select the record when using a DB, not CSV. The site is
www.2011efd.com/
The <a href in the format options for the 'index' column ( of the second MAIN table is:
<a href="index.php?option=com_content&view=article&id=51&SELECTEDID={$columns:index}">{$value}</a>
The call shows the correct SELECTEDID in the call to the detail table but the home page reloads and the main table disappears and a blank detail table displays announcing there is no data. I am using the following SQL call to load the detail page:
SELECT * FROM 'imageTesting' WHERE index = {$REQUEST:SELECTEDID}
NOTE: 'index' is the first column identifier ($columns:0) for both tables and I am using a DB.
Can you help me with this?