I am trying to use an excel file as a database to write a report in Crystal 10. Some of the fields are coming over blank when there is a number in the field. Is there something specific I should do to the excel file to make it work for the database? Thanks
I must still be doing something wrong.
The Amount Variable formula is in the subreportis GF1 (as is the true_false formula.
The formula for the Amount Variable is:
shared numbervar WIPamount;
If not isnull({@cat_1_disp_prj})
then WIPamount:= {@cat_1_disp_prj}
else WIPamount:= 0.00;
I...
I was wondering if that was the problem, because I am not very familiar with how to use shared variables.
Field true_false in the WIP subreport is:
shared booleanvar true_false:=
If {@AmountVariable} <> 0.00 then
true
else
false
and field true_false_AR in the AR subreport is:
shared...
I found thread767-1480010 and tried to follow the directions because my issues is very similiar.
I am using Crystal XI and have a report that has two subreports to pull data into the main report.
Subreports WIP and AR are located in the main report. In the main report, GHa contains a copy of...
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.