I think this can solve it:
Create a new variable in your DataRow class, for example ColB.
In the OnRead method add something like this
Sub OnRead( )
Super::OnRead( )
ColB = ColB + ColA
End Sub
Take a look at the notification tab in under server properties when you log in to 'System Administration'.
Here you can register a smtp-server to use for sending e-mails.
When you schedule a job in actuate you can then select who shoud be notified when the job finishes and if the report should...
A parameter can be used anywhere in the report.
If you need to display a parameter, use TextControl for example. Enter the parameter name in the ValueExp property.
Hi
I think adding it as a computed field in the datasource would work better. (Less work)
If want to change the select statement you can override the ObtainSelectStatment method in the datasource:
Function ObtainSelectStatement( ) As String
selectClause = selectClause + ", items.itemcode"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.