hi
I am working on production optimization.I am getting error regarding C3 constraints.
I have attached screenshot of formulas.
Please guide me.
@AkshayRRaut
In your C3 write your equation in this manner
A-B = 0
Formula should like this
'Production Solver: Variables'.Production Qty - 'Production Solver: Variables'.'Production Hrs.' * 'Production Solver: InputData'.'Run Rate (units/hr)' = 0
Your Formula
'Production Solver: Variables'.Production Qty = 'Production Solver: Variables'.'Production Hrs.' * 'Production Solver: InputData'.'Run Rate (units/hr)'
That should solve your problem
Let us know if it doesn't
Misbah
I have applied the same formula but still error is there
Screenshot 20 - It shows you still have the same old formula. Can you please write it the way I had shown or are you saying even after changing the formula you still get the errror message?
Thanks,
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…