I have an URL where certain attributes can be changed and the corresponding data will be pull when the URL is executed in a browser. The general content of the URL is like so:
https://server/App/Detect.do?dm=Rel&daysBack=60&toolId=ETX500&chamberId=PM5&senSorName=Lower_Middle_Temperature_Mean&stepId=POLY&module=&fdcApplication=&contextGroup=&sampleSize=25&recentLots=&dateLotWafer=true&_dateLotWafer=on&chartIndex=0&groupBy=UserTag&priorGroupBys=UserTag&priorGroupByKeys=_NA_&trendStyle=Mean&xAxis=DateLotWafer&title=Fdc%20Trend%20Analysis
The parts in bold are the ones that can dynamically change.
I have a table in spotfire (dcube) that has a list of the toolId
, chamberId
, senSorName
and stepId
. I have set it up such that when the user clicks on a row, it captures those attributes to 4 document properties.
I use the text area to provide a link, but is there a way to control the URL of the link so that I can insert the document properties in those 4 places in the URL?
Any insight would help. Thank You