Thanks Rob,
what I am trying to achieve is to take the optimized quantity "Quantity", offset it x places, and give this output (Quantity) as an input to Quantity2, where I will run another optimization model on it Quantity2. " I assume I can have both in the same program?"
So Quantity is not actually a number it's a variable and I receive the following error when saying that
Quantity2{i in Item} = Quantity[mod(i+2,8)];
as Quantity is a var and Quantity2 is number
537-782 the value of parameter "Quantity2" depends on a variable