I have a a schedule source in the process flow and I have a demand table. Every week, my source will create tokens that have 3 different Models. I want the source to use quantities from a global table. The tricky part is that my demand table is in months, but I want the source to create tokens every 7 days.
I want the source to use the first column for the first 4 weeks, the second column for the next 4 weeks and so on. I am having troubles referring to the correct column and row in the global table, and even if that worked, not sure how to make it use the first column for the first four weeks, then switch to the next column.
I'm assuming I need a tracked variable that increments every four weeks, then use that as my column reference?