Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working on a small report, where I want to display a Balance Stock Report as Follow;
Please find the sample dataset below that I am working on;
I have used the below formula to calculate the time when the Balance Stock = 0,
=aggr(if(Sum(Balance_Stock)=0, Transaction_Time), Transaction_Time)
However, I am finding it difficult to calculate the transaction time of the next Stock In.
Please advise how I could achieve the above requirement.