
Given the example of the data I would like to bind each sales volume to a period and sales channel to fill the following parameters . P_MinVolumeSalesChannel(i_Product,i_DemandTerminal,i_Period,iSalesChannel). P_MaxVolumeSalesChannel(i_Product,i_DemandTerminal,i_Period,iSalesChannel).
I know that I could use name-binds-to =”i_Period” and the name-regex-prefix, but could I use name-binds-to again for “i_SalesChannel”?
Best answer by Stephan ten Hagen
View original