I have a cross tab report in the report footer. I am using Crystal Reports 2008. The report was working fine earlier. But now while the user is trying to refresh the data it is giving an error saying "Not supported"
It is working for some users.
when I remove the crosstab from the report, then...
Hi,
I have a formula field "Actual time Duration" which has the following formula.
Stringvar array Std_Time := split(cstr({WOMNT_LABOR.ACT_TIME_DURATION}),".");
val(Std_Time[1])*60+val(Std_Time[2])
And the Display is shown in the Hours.Minutes format with formula in the display string as...
Hi,
I am trying to Chart/graph the data.
Vw_rp_job_status.CARD_TYPE on X-axis
And the Percentage of the work completion on Y-axis.
Here is the formula for the Percentage_work_Completed.
numbervar WIP_Cards := (Sum ({@QA Final}, {Vw_rp_job_status.CARD_TYPE})+
Sum ({@Work Complete}...
Hi,
I have a formula in the Group footer, which calculates the total hours worked by the employees for a work date.
In report footer I have added the Cross tab to show the total hours worked by the employees for each day.
When I try to add the formula in the Cross tab summarized field. I feel...
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.