This topic is locked
[SOLVED]

 Dynamic URL in list page

1/3/2011 11:40:43 AM
PHPRunner General questions
A
andyd author

Hi,

I'm trying to add a URL for each item on a list page that when clicked will open a chart with the search parameters set to pick out only the data in a table for that specific item.
I have copied a URL from the browser with a search string and I believe I just need to replace the "value11=HRSC01" search parameter with a variable, such as value11={$id} or value11={$id_value}. However I don't seem to have the right variable yet. Can someone give me some pointers?
Thanks,

Andy.

Sergey Kornilov admin 1/3/2011

Andy,
use 'View as' type 'Custom' where you can access any field value as $data["FieldName"].

A
andyd author 1/3/2011

Thanks Sergey,

That seems to have done the trick :-)