Hello,
You can read how to use request variables in SQL query
here (see description of "Query" parameter).
For example if you want to convert values of "title" column to hyperlinks, open SQL query settings page, set "Columns settings -> ID" parameter to title value and "Columns settings -> Format" parameter to the following value:
Code: |
<a href="index.php/page2?code=YYYYY">{$value}</a>
|
If you want to send value from "code" column, use the following code in "Columns settings -> Format" parameter:
Code: |
<a href="index.php/page2?code={$columns:code}">{$value}</a>
|
Regards,
ARI Soft