I get following error in Infoview: The viewer could not process an event. Your request could not be completed because a failure occurred while the report was being processed. Please contact your system administrator. [RCIRAS0546]
---- Error code:0 [CRWEB00000119]
I can see few first pages from...
I got that working... But now I need to do that the other way around. I need find overtime hours but block off those overtimes hours where is alarm. How I can do that?
I have to find overtime hours where employee was called to work immediately. There are following field in database: datetime, employee, salary type. To the field salary type is marked overtime 50%, overtime 100% or alarm. I have to find overtime rows where same employee has marked alarm to same...
I have to calculate difference between two running totals and show result in graph. And I made formula that calculates difference between two running totals. But it is not possible to add that formula to graph. What can I do?
When I try run report from Infoview, I get error message: "Unable to create report page". This problem happens with several reports occasionally. With one report this happens most times when I try to run report, but not every time.
Any ideas, what can cause this problem?
When I try run report from Infoview, I get error message: "Unable to create report page". This problem happens with several reports occasionally. With one report this happens most times when I try to run report, but not every time.
I have problem with Businessobjects Infoview. I have slow report. I am able export it if I just export it when first page appears. If I try move to last page it takes about 35 minutes and Infoview asks to logon again. And run report again... I changed timeout settings in CMS...
I get that error message when I try to run a report from Infoview. I have problem with two reports. Other reports work fine. I get that error sometimes and sometimes I don't have any problems to run these reports. So I can't find out reason to these error messages. Does anyone have similar problems?
Running the report takes long time, over 20 minutes. I had to increase timeout from Crystal Report Processing Server (default is 20 min).
After that I can run the report but I can't export the report. I get error message: "The viewer was unable to process the request."
How can I solve this...
Thanks, that code seems to calculate date correct.
But I still have a problem with my report. It says that formula {@next} cannot be used, because it must be evaluated later.
in selection formula
{@next} in {?start_date} to {?end_date}
{@next}
datevar nextdt := {@start};
numbervar i :=...
I need to identify the rule for what constitutes the first week of the year. And the weeks starts with monday.
For example, in year 2004 monday of the first week is 12/29/2003.
How I can identify rule to do this?
I need to calculate the age distribution of warehouse. I made a formula which shows stock value if there is no events for stock item in five years.
{@sum}
if ({@year} < ({?year}-4)
and (sum ({@stock_event}, {@year}) > 0))
then {stock.value}
else 0
But I also need total stock value of stock...
I have in selection formula condition:
{@next_day} < {?end_date} //end_date is a parameter field
{@next_day}
datevar nextdt := {@begin_date};
numbervar i := {period};
while nextdt <= currentdate + i
do (nextdt := cdate(dateadd("d",i,nextdt)));
nextdt
When I try to run report I get error...
I have start date for maintenance work, for example 2/21/2000 and period in weeks, eg. 104. When I add period to start date once I get date 2/18/2002.
But I need to know when this work is coming next time in future. In other words, I have to add period to start date so many times that result...
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.