Hi,

On a Summary page  I have a simple fox form where the user selects the week they are interested in.
The ptv is {$:Weekn} and the values to choose from are 1,2,3,4 and so on.
The aim  is that on selecting a  week and clicking submit the ptv for the week selected is used to reference the corresponding data stored on a separate data page - and  the result is displayed back on the summary page.
On the data page - data values are stored as ptvs like this    {$:data1}  for data for week 1 , {$:data2} for data for week 2 and so on.

Let's assume the user is interested in data for Week 1. What I'm trying to do on the summary page is to show:

      {group.datapagename$:data$:Weekn}  

i.e 
I want the week number chosen by the user to be appended to "data" to create the correctly referenced ptv = $:data1 or put another way
I would like to be able to write {group.datapagename$:data1} where $:data1 actually comprises the text  $:data  with the week number chosen by the user appended to it.   

Would welcome any guidance on how to do this.

Thanks

Graham




_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to