Hi Everyone,
I'm trying to build a Simple Optimizer for P&L where Variables are Volume, Selling Price, Cost Price and Objective is to get a Particular Net Income. I'm getting errors and unable to move forward
@Sai_Bharadwaj_Venati
Let me give you some hints how to understand Optimizer:
In Revenue and Cost you are using a non-linear function. It means that both multipliers are variables. Optimizer works with the multiplication of one variable to any line item which does not lead to another variable. So if you have two variables (A and B) you can multiply them neither directly (A*B) nor indirectly (A*x, where x = B). You can use only A+B. A-B is also ok, because it is A + (-1)*B.
This means you should start from a simpler case where Salling Price and Cost Price are constants (not included in variables of the optimizer). (SP cons/CP cons should be removed from optimizer settings too)
Net Income objective should be Maximize otherwise the values will stay zero (now it is Minimize)
Obj cons and Obj Input are not very obvious. Could you explain what you are trying to check with it?
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β¦