Well
I did do it but in a long drawn out fashion.
Cos I needed the name at execution time GetUser was no good.
Instead I ended up using Java to carry out a SOAP call to the server to get the users roles. This works fine if a little slow.
Thanks for you help
Glenn
Actuate support gave me this sample of an HTML Doc which executes JSP and executes a report.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META...
Muthu,thanks a lot that function did exactly what I asked for. Unfortunately I asked for the wrong thing. What I actually need is access the the roles associated with the logged on user to use in my SQL. This has proved difficult. I have tried to use GetUserACL but have had no success as...
Just a thought.
you could overide the GetText method.
Function GetText( ) As String
GetText = Super::GetText( )
' Insert your code here
Gettext=format(Gettext,"00.00")
End Function
Glenn
We are currently looking at setting up a sizable acuate report. We would like to have parameters selected on a JSP page rather than the BSC. This however raises a couple of issues.
1) Can we pass session variables into Actuate? Basically if we had a JSP page and we wanted to pass secure info to...
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.