You can use "Columns Settings -> Format" parameter to create a link from a main table to a secondary table and send a value as request parameters. For example if a main table contains "id" column and a secondary table is loaded into article with ID = 71 and you want to send "id" parameter from a main table to a secondary table. Set "Columns settings -> ID" to
id and "Columns settings -> Format" to the next value:
Code: |
<a href="index.php?option=com_content&view=article&id=71&pId={$value}">{$value}</a>
|
in main table module settings. In a SQL query of secondary table you can use {$REQUEST:pId} parameter.
Regards,
ARI Soft