on 2007 Aug 23 5:27 PM
I need to pass the ValueColumn field into the chart. How do I do this. I think I have it set up properly, but I can not get data unless I manually set it up in the display template, which I do not want to do. What do I need to do to make this work? The Title works fine.
<tr>
<td>
<applet name='Chart1' codebase='/Illuminator/Classes' code='iSPCChart' archive='illum8.zip' width='775' height='350' mayscript>
<param name='DisplayTemplate' value='../FR/dspFR_ATD_Production_SPC'>
<param name='QueryTemplate' value='../FR/qryFR_ATD_Production_SPC'>
<param name='ValueColumns' value='Pitch'>
<param name='Title' value='Pitch Data'>
<param name='Param.1' value='%'>
<param name='Param.2' value='%'>
<param name='Param.3' value='%'>
<param name='Param.4' value='%'>
</applet>
</td>
</tr>
Request clarification before answering.
Your code looks to be correct, although you should probably have double quotes around the attribute values (<param name="ValueColumns" value="Pitch">). I doubt that is what is causing the issue.
If you get the raw data for the chart (data detail), do you have a column called "Pitch"? "Pitch" isn't an alias or anything is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.