Hi All:)
I am new to Alteryx. Playing with it last 4 weeks.
Trying to solve the issue explained below. Can’t find anything useful when browsing.
I have store ID and date sorted by id and date.
Then my SOS_Input looks like the one below (print screen attached).
What I need is to do is: IF [My_ID] == [Row-1:My_ID] take the first non zero value from SOS_input and fill the entire series for this store and all date with this value until new different non zero value will be in SOS_input - desired output my SOS_output.
Here in print screen (below) is the same value couple of times 0.375 till 05/09/2016 when it is 0.386, but it will be easier to see in test file with data attached.
There are 2 sheets in file Smaller with only two different ID and bigger with multiple ids.
Hope my explanation make sense.
I was trying to use multi row action, not sure is this is good direction.
Thanks in advance!