<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Times New Roman, Times, serif">Hi,<br>
<br>
On a Summary page&nbsp; I have a simple fox form where the user selects the
week they are interested in. <br>
The ptv is {$:Weekn} and the values to choose from are 1,2,3,4 and so
on.<br>
The aim&nbsp; is that on selecting a&nbsp; week and clicking submit the ptv for
the week selected is used to reference the corresponding data stored on
a separate data page - and&nbsp; the result is displayed back on the summary
page. <br>
On the data page - data values are stored as ptvs like this&nbsp;&nbsp;&nbsp;
{$:data1}&nbsp; for data for week 1 , {$:data2} for data for week 2 and so
on.<br>
<br>
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:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {group.datapagename$:data$:Weekn}&nbsp;&nbsp; <br>
<br>
i.e&nbsp;</font><font face="Times New Roman, Times, serif"> </font><font
 face="Times New Roman, Times, serif">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<br>
</font><font face="Times New Roman, Times, serif">I would like to be
able to write </font><font face="Times New Roman, Times, serif">{group.datapagename$:data1}
where $:data1 actually comprises the text&nbsp; $:data&nbsp; with the week number
chosen by the user appended to it.&nbsp; &nbsp;</font><font
 face="Times New Roman, Times, serif"> <br>
<br>
Would welcome any guidance on how to do this. <br>
<br>
Thanks<br>
<br>
Graham<br>
</font><font face="Times New Roman, Times, serif"><br>
</font><font face="Times New Roman, Times, serif"></font><br>
<font face="Arial"><br>
<br>
</font>
</body>
</html>