Forum Discussion
data_junky
Feb 21, 2025Copper Contributor
Using Scan function with Oddly shaped arrays
I have two arrays of different shares. One array is a set of values. The other is a set of growth rates. The challenge is to apply the scan function to get the an array of values that are increased...
data_junky
Feb 28, 2025Copper Contributor
Thank you PeterBartholomew1 Patrick2788 djclements .
I'm admittedly new to the thunk thing but intrigued. I though I might be able to get the intermediate paddding of zero using a thunk, but alas, getting errors. Anyone have some pointers on how best to fix?