I have a field called ItemCount with the following formula:
If (PreviousIsNull ({ARLINH.Shipqty}))
then
{ARLINH.Shipqty}
else
If ({ARLINH.Docdate} = Previous ({ARLINH.Docdate}) and {ARLINH.Shipqty} = Previous ({ARLINH.Shipqty}) and {ARLINH.Itemkey} = Previous ({ARLINH.Itemkey}))
then 0
else
{ARLINH.Shipqty}
In the detail line it works fine, but when I try to use it in a running total it doesnt show up in the report fields window. I am using CR 7.0.
Any Ideas?
If (PreviousIsNull ({ARLINH.Shipqty}))
then
{ARLINH.Shipqty}
else
If ({ARLINH.Docdate} = Previous ({ARLINH.Docdate}) and {ARLINH.Shipqty} = Previous ({ARLINH.Shipqty}) and {ARLINH.Itemkey} = Previous ({ARLINH.Itemkey}))
then 0
else
{ARLINH.Shipqty}
In the detail line it works fine, but when I try to use it in a running total it doesnt show up in the report fields window. I am using CR 7.0.
Any Ideas?