Hi,
I have a requirement to create either a line graph or any other similar chart using the following input data table.
No. Finish Date Month
-------------------------------------
1 11/13/2015 Nov
2 12/18/2015 Dec
3 1/15/2016...
Hey,
Here are two methods, I am overriding to generate the hyper link dynamically in Actuate8 report
Sub SetLinkTo( row As AcDataRow )
If row.GetValue("INDC") = "URL" AND row.GetValue("URL_VALUE") <> "" Then
Font.Underline = True
LinkTo = row.GetValue("URL_VALUE")...
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.