Skelta Workflow.NET 2004 Help
Adding Operators

Skelta Workflow.NET 2004 Report module has a comprehensive list of operators for use in building queries for generating reports. You can also add new operators if necessary, in the ReportXML.xml file.

To add new Operators

1.  Go to C:\Program Files\Skelta\Workflow.NET\WorkflowElements\Default\en-US\Reports\Config folder.

2.  Right click on the ReportXml.Config.xml file. On the short cut menu, select the Text Editor option.

This opens the configuration file in a text editor.

3.  The operators are grouped under the <operatortypes> tag at the beginning of the file. Add the new operators name here using the name attribute in the <operatortype> tag.

4.  Next specify the 'display value' of the operator i.e. how the operator will be displayed, in the <display> tag.

5.  Specify the 'database value' of the new operator i.e. the operator that will be substituted in the actual database query, in the <dbvalue> tag.

This will add the new operator to the list of available operators in the Skelta Workflow.NET 2004 Report Module.