cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
603
Views
0
Helpful
3
Replies

Custom Percent Allocation

Hello,

I need to make a percent allocation routine in IPCC 7.1.3 Script Editor which will use global variables instead of the hard coded Percent Allocation node.

Has anyone done something like this before? Can you tell me how you did it?

Thanks!

Barry

3 Replies 3

How many branches do you want to have? If you only have 2 or maybe even 3, it might be possible using the random generator and having some sort of variable passed from some external source.

david

You could use a custom function.

Thanks, for now I think I will stick with:

random()<=(Global.Variable/100)

Would be nice if you could use a global variable in a percent allocation node though!

Barry