I have data stored in a CLOB field in my database. I've been using Actuate 7, and I can use my SQL statement to return the data using dbms_lob.substr(fieldname, 3000, 1) and Actuate returns the data as datatype RAW(2000). I can then assign the text type on the Actuate control to display as...
I need to incorporate a calculated running total field on a report. Example: Report returns datarows with a value in column A and I need to keep a running total in column B.
Datarow Column A Column B
1 2 2
2 5 7
3...
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.