I wanted to respond to the below because it is a little off, and the little off is where I think I am having my problem
POst from:
What I understand is that in a group, the capacity is always constant (eg 311) and that the purchasedcapacity will increase with the sum on the adjustedLoadings...
Here is the formula for adjusted loadings:
If {Industrial_Step_Study_All.BODLBSperDay} > {Industrial_Step_Study_All.BODCapacity} THEN
{Industrial_Step_Study_All.BODLBSperDay} - {Industrial_Step_Study_All.BODCapacity} ELSE
0
I am sorry. I posted this chart with my problems I was having in about the 5th or 6th post above this one. I have reposted it with what the purchased capacity should be. Also, with what it looks like now, and with the formula. Please let me know if you need anything besides this.
Thanks for...
Thanks alot tektipdjango . You are really helping me, but I get an error message when I changed the formula to what I think you are saying.
Here is the error message:
A formula cannot refer to itself either directly or indirectly
Formula
Whileprintingrecords;
if not(onfirstrecord) then...
Here is the formula from the purchased capacity formula. This is not Psuedo. Now this works great except it is not keeping the new purchased capacity when it goes to the next record. I have created a mock report to show you what is actually happening.
Group 1: Name:Angelica
Details...
This is what I put into the PurchasedCapacity formula
whileprintingrecords; // never hurts
if GroupName ({Industrial_Step_Study_All.Name}) = previous(GroupName ({Industrial_Step_Study_All.Name}))
then {Industrial_Step_Study_All.BODCapacity}
else
Previous...
I have a report that I am developing. I have a couple of problems. I am trying to do a formula on purchased capacity. Here is my table layout. I have created a group on name: Here is what my report looks like. There are around 62 names. Each group has the same dates.
Group 1...
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.