Hello Community,
I have the next list named BOM Lvl 1 List, with a Total Price Column,
But, I need that if Semi-finish are TRUE, go to the list named BOM Lvl 2 List, and pull the price, adding up the price of the children:
Thanks!
Hi @Luis98 ,
In a list properties, you don't have a summary option. Here to get a total of BOM L2 price, you have to use sum function in the formula that's why I have created a module for calculation which is more efficient but I will still show you how to get a total price of BOM L2 in BOM L1 list.
I have created a SYStem module for parent information of BOM L2 but if you have parent information in your list properties you can refer in your formula as well.
Above is not my recommendation to use the list properties 🙂
Hope this helps!
Thanks
Akhtar
@Luis98
SUM should do the trick. Since you already have the Parent as a line item in the source module you can use that.
TOTAL PRICE = TOTAL PRICE[SUM: 'BOM LVL 2 LIST'.PARENT]
Thanks for the response @JaredDolich,
How can i make the parent as a line item in the BOM Lvl 2 List??
If you are trying to pull the price from BOM L2 for semi-furnished then just you have to refer the price in L2, it will automatically sum up the price.
Note: As per best practices, you should not use list properties. Please create System, Data & Calculation modules for better performance.
Hi @Akhtar.shahbaz, thanks for the reply,
You have reason, but now i have an issue, and it is that the father does not have the SUM of the total price, how can i put the total price as in your model?
Thanks,
Luis
Hello @Akhtar.shahbaz ,
Wowwww you are a genuis, thank you for the answer,
I wil follow your recommendation,
Regards,
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hi, for some reason my shipping costs are the same over every month and I don't know what to do to fix it.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…