Another solution
I created two formulas
{Plan1_.in/out} is the column with '+' or '-'
{Plan1_.value} is the column with the value
@pos-neg
Shared numberVar value:=0;
WhilePrintingRecords;
If {Plan1_.in/out}=trim("-") then
value:=-1
else
value:=+1
@Final
global numberVar value...
Thank you very much!
It worked.
Now I have another question, I have three possible filters, PO is one of them, the other is date, I cannot put "ALL" as the default value because the field is date and I would not like to make the user to select several dates to get all PO status.
Do you have...
Dears,
I'm creating some webpages based on CR 2008 Reports using Recrystallize.
The user through the published Recrystallized webpage will select some filters.
On CR report I created Parameter fields and on the Parameter fields I set as default value "ALL" (Value Options) and on Selection...
Mike I was out Crystal Reports for a while and just today I tested your suggestion.
Thank you very much, it was necessary to make some changes but it worked perfectly.
**************************
Variable resets
WhilePrintingRecords;
Shared DateTimeVar NullStartDate:= DateTime(0,0,0);
Shared...
Dears I have a report showing
Purchase Order / initial state / Final State / Time stamp
12345 / null / create / 12-mar-12
12345 / create / status 1 / 15-mar-12
12345 / status-1 / status 2 / 20-mar-12
12345 / status-2 / complete / 22-mar-12
...
with several orders
Is it possible to create a...
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.