Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to calculate previous date for that workcenter for that functional location in script side and if no date then it should be blank.
I have attached sample file for that, in that Output column is my expected ooutput Administrator
Load *,If(RowNo() > 1 And Previous([Work Center]) = [Work Center],Previous(Date)) As Output1;
LOAD [Work Center],
[Functional Location],
Date,
Output
FROM
C:\Users\Rajesh.Rayapati\Desktop\Sample.xlsx
(ooxml, embedded labels, table is Sheet1);