I have a dynamic text control that is instantiated in frame method. How do I set the variable value to the dynamic text as a content.
nameOfVariable is double
mydynamictxt.SetTaggedText(nameOfVariable).
I have tried this, but get compilation errors.
I am having problem with Sybase 12.5.2, Actuate 8 connection. I tested the sybase odbc driver throght windows ODBC driver service. Connection is working fine. I was able to connect to it. But when I try to connect to Sybase through Actuate ODBC connection componet, I am getting the following...
Can you be more specific about what API your are refering to. Are you refering to Actuate API or SOAP API? Also manual you are refering to, I am not sure which manual, actuate manual?
I have 3 sequential reports. All three are using the 3 separate sql that are the same. I would like to have 1 sql and have 3 separate reports use the 1 sql. Does anyone know what is the best approach is. Be detail as possible. Thanks
I have added the following in Value Exp for one of the controls:
(Sum( [M_R_CAP_TDY] ) Where ([M_BASE_M] <[M_MAT_DT]))/1000
What I would like to do is just compare the MONTH and YEAR part only.
I.E:
(Sum( [M_R_CAP_TDY] ) Where (Month[M_BASE_M] < Month[M_MAT_DT] and Year[M_BASE_M] <=...
I am doing grouping on Currency Type. eg. USD, GBP, EUR. I have created a variable "Total" ïn Data-Row that keeps total of previous "Currency Amt" values from previous dates and I would like do the following:
When the grouping changes (from USD, to GBP) I would like to reset and initialize the...
I have created a parameter called g_dt_EOD_DATE of type DATE. I use this parameter in the SQL as follows:
select
M_END_TIME as EOD_TIME,
M_END_DATE as EOD_DATE
from PCG_AUD_DBF
where M_DATE=:g_dt_EOD_DATE
When I compile and run the report, I get the following error and not sure how to fix...
I am calling EjectPage() from Group section when the gsTradeStatusVal = "Trade Insert", but I am getting an error as follows:
NewReportApp::gsTradeStatus%PageBreakAfter(9): Invalid procedure reference. - (EjectPage)
1 Semantic Error(s) found
Does anyone know what might be the cause. Thank...
Conditional Page Breaking:
There is a column in the database (Portfolio), that contains records that have the following values for this column:
Possible values are (Insert, Modify, and Cancel).
I just want to have a conditional page break after Insert and No Page break between Modify or...
Populating the Report Sideways:
I have a report that uses a Date field from the database. Report has to layout in following manner.
Date: Day1 Day2 Day3 … Day30
Assets 23 25 45 … 50
Liabilities 12 22 34 … 32
Problem is, I need to display 30 dates from the...
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.