I am trying to export my On-demand subreport to Excel format, error occured "The Report Application Server failed"
does anyone faced this problem ?? have any solution for this ??
thread782-535739
I am trying to export my On-demand subreport to Excel format, error occured " The Report Application Server failed"
does anyone faced this problem ?? have any solution for this ??
Thanks for the reply Lbass
Yes i did it but my Total counts are adding up to the previous total on office level .
OfficeName | TotalNumberofDCN | TotalMeetHrs | totalNonMeetHrs
__________________________________________________________________
Officename 1 | 12 | 8 (Yes)...
Yes i added the reset formula in GH#1 only ..
we are having too many office's so it has to like this
OfficeName | TotalNumberofDCN | TotalMeetHrs | totalNonMeetHrs
__________________________________________________________________
Officename 1 | 12 | 10 (Yes) | 8...
Having Another problem ..Can you pls help ??.. this is my layout
I am doing a Drilldown on office level !
GroupHeader#1a - Office
OfficeName | TotalNumberofDCN | TotalMeetHrs | totalNonMeetHrs
__________________________________________________________________
Officename 1 | 12...
Lbass,
I am having 2 fields of Hrs
one is Actual Hrs and another is Required Works hrs
Calculating the Actual hrs using Running total
and Required Workshrs is calculated by
{table.reqhrs}*{@numberOfweeks};
then i am comparing both the hrs .. if it meets the condition
then i have to say Yes...
lbass
Formula Name : {@MeetingHours}
Formula used :
//calculating the WorkHrs for a Month so multiplying with number of weeks
Local NumberVar WorkHrs := {table.reqhrs}*{@numberOfweeks};
If not isNull({#RTotal1}) and ({#RTotal1} >= WorkHrs )then
'Y'
else
'N'
This is the Formula i used.
I...
Hi MCuthill
thanks for the reply. when i used the
WhilePrintingRecords;
IF {@MeetingHours}="Yes" THEN MeetingCounter:=MeetingCounter+1;
in the detail section it is giving me an error
"A number,Currency Amount,Boolean,date,time, date-time, or string is expected here."
Do i need to declare...
I am new to Crystal report. I am having trouble in counting the formula field.
For example
Group 1 Office
Group 2 SSN
________________________________________________________________
SSN | Name | startdate | Enddate | workHrs |meetinghrs
123455 XXXX Sdate1 EndDate1 10hrs...
Hi,
I need your guidance.
I am working on webfocus for 2 months.
They have asked me to do the documentation for the reports.
How to write a documentation for webfocus report? Can any one give me some suggestion ?
Thanks !
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.