Click
on this link to see a Related Video
from the CorasWorks Community: CDA Simple
Setup
Used to add a column to the data collected from the external XML sources. This is useful if you want to set a default value for a column if the initial column is null, like a currency field.
Go to http://msdn2.microsoft.com/en-us/library/system.data.datacolumn.expression(VS.71).aspx for more information.
Example:
<AddColumn>
<Column>
<ColumnName>ZeroOfGroup1</ColumnName>
<ColumnType>System.Int32</ColumnType>
<Expression>IsNull(1*[Group Value0], 0)</Expression>
</Column>
</AddColumn>
The name of the column you want to add.
The type of column you want to add.
The expression used to store data within the column.
When enabled, content collected and rendered will not be collected again during view changes. If enabled, no new content is collected, which could cause items not to be visible for dates outside the range of the default view.
When enabled, forces any information passed into the page to be done as a post request versus a get request. This disables the ability to add ?Parameter=Value to the page.
HTML that is rendered before the chart.
Example: <center>
HTML that is rendered after the chart
Example: </center>
Identify the OXMLWPName that must be called if you want this web part to run. If ?/&OXMLWPName=THISPROPERTY is not found in the URL or post to this page, the web part will not run.
Default: %Auto%
Example: MyWebPart
Page Call: default.aspx?OXMLWPName=MyWebPart
Use this property to pass page parameters onto the page specified in the URL To XML property. This supports the Common Use Variables stated at the beginning of this help topic. You must encode the < and > symbol when using the parameters (e.g., < < and > >).
Example:
<PassThrough>
<Pass>
<PTType>get</PTType>
<PTRequest>SearchString</PTRequest>
<PTName>SearchString</PTName>
<PTDefault>[Me]</PTDefault>
</Pass>
</PassThrough>
The default text that will be sent to the page that you are requesting data from, if the parameter is not passed into this page.
The name of the parameter to be passed onto the page that you are requesting data from.
The name of the parameter being received by the page.
Controls the type of pass through. Use "post" to store the parameters in the header of your request, or "get" to store them in the URL.
Options:
• post
• get
The URL to the data source that the calendar will reference for data to display. This property also supports the Common Use Variables stated at the beginning of this help topic. If you have already created a Chart XML file with data pointers, you can directly reference the XML file through this property.
Default: empty
Example:
http://domain.com/GridDataSources/Tasks
<%SiteURL%>/GridDataSources/Tasks
Will render JavaScript which renders the charts versus embedding the flash object.