chemlady Posted November 7, 2004 Posted November 7, 2004 Hi! I'm new here and hope you'll forgive me if my question is too easy. I have "Yield" field and 2 repeating fields "wt%" and "Amount in LBS". In "Amount in LBS" field I need the following calculation performed: (Yield * wt %) / 100.The problem is that when I change the value in the "Yield" field, just the first row in the repeating field recalculates itself. What do I need to do to make all the rows in the repeating field recalculate? Thank you!
transpower Posted November 7, 2004 Posted November 7, 2004 Easy. Let ( [ R = Get ( CalculationRepetitionNumber ) ] ; Extend(Yield) * wt%[R] )
-Queue- Posted November 7, 2004 Posted November 7, 2004 Note that there's no benefit in using Let here as opposed to Extend(Yield) * wt%[Get(CalculationRepetitionNumber)]
Recommended Posts
This topic is 7322 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now