GreenspanDan
Programmer
I am writing a report that returns one row. i'd like to take the value of, say, the second column in that row and store it in a variable to use it later on in the HTMLFORM section of the report.
what i'm doing is building a URL that wants that value as part of the URL (actually a parameter that is passed when that URL is clicked). i have been able to successfully construct the URL, but only as a drilldown within the report:
TYPE=DATA,
COLUMN=N1,
URL=http://xxx.xxxxx.com:6500/gm/CreateNewObject?(name=N1 description=N2),
$
the above works perfectly. unfortunately, this doesn't really help me. i need to have the URL with parameters attached appear outside of the report itself, in some customized HTML of my devising. i haven't been able to figure out a way to access a specific value from anywhere else in the report.
is there a way to access specific cells in the internal matrix? am i barking up the wrong tree?
thanks in advance.
what i'm doing is building a URL that wants that value as part of the URL (actually a parameter that is passed when that URL is clicked). i have been able to successfully construct the URL, but only as a drilldown within the report:
TYPE=DATA,
COLUMN=N1,
URL=http://xxx.xxxxx.com:6500/gm/CreateNewObject?(name=N1 description=N2),
$
the above works perfectly. unfortunately, this doesn't really help me. i need to have the URL with parameters attached appear outside of the report itself, in some customized HTML of my devising. i haven't been able to figure out a way to access a specific value from anywhere else in the report.
is there a way to access specific cells in the internal matrix? am i barking up the wrong tree?
thanks in advance.