Thanks for the response. I have our code in the finish event. It works in ERD Pro and from the management console. Doesn't work from Maximo!! I'll compare your code to mine, maybe I need to change something.
We are using actuate with maximo. I have code to update a field in the database and it works in ERD pro. When I publish the report the update no longer works. I've tried putting the code in various methods but it just doesn't seem to work from Maximo. Anyone have any ideas?
Thanks!
I'm looking for an answer to the same thing! Anyone know how to do this??
I'm trying to use a conditional report section and want to use a parameter in the ifexp and it won't recognize the parameter. help, please!
I'm using Actuate with Maximo and want to update the database after a report is printed. Does anyone know what method is called when Maximo prints a report?
Thanks
I think your syntax is wrong. iif should be IIF(<expresstion to evaluate>,<then expression>,<else expression>) and safedivide takes
safedivide(<numerator>,<denominator>,<if denom 0 return expression>). So you have
SafeDivide(IIF
(Year([HEADER_RR.ORIGONPLANDT])>=...
Thanks, I think I found another solution but this might help as well. What I did was to set the dynamictextcontrol, that I was assigning the variable to, to valuetype summarycontrol. I was trying to figure out how any kind of count info could work if this control was indeed instantiated before...
I'm having the same problem but I'm trying to put a row count for a subreport at the end of the report. count() won't do it - it diplays the row count for the outer report, not the subreport. Any ideas?
Thanks!
I have a 4 page report. When I run it via mgmt console its fine, even running via the request page. When I run Maximo and get to the request page that way I get only the first page of the report and an error 12084 is in the errorlog (something about image stream - text doesn't seem very...
I have two more questions. I put some breakpoints in and am trying to debug but I keep getting "invalid breakpoint". What the heck does that mean?
Also, when I first try to open my rod file, I get a message telling me that it can't be opened. The second time I try, it works. This happens...
I noticed in the basic that is generated from the rod file many instances of things like "#Locate" or "#Pop". Are these compiler directives? I can't find any info on them.
Thanks!
Thanks for both of your responses. The subreport is what I was thinking of trying. Since the problem is only the Maximo supplied where clause and not the one that I create (I beleive the setting in the query editor would only affect queries created in Actuate, not those modified in...
Thanks - I understand why the ambiguity exists - Maximo constructs the sql with a single table so the where clause that is transferred to Actuate becomes ambiguous when tacked onto a sql statement with multiple tables. The problem is how to fix it. Maximo tells us to parse the statement and...
We are using actuate 7 with Maximo 5.2. Our maximo application has been heavily customized. Maximo supplies an actuate component with code for the obtainselectstatement method of the datastream. When a report is run from maximo (Oracle db), the method appends the where clause that comes in...
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.