Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi, this is my facts table
whow can I update the cost in all sell-out row with the last sell-in value? this is for valuate stock with last cost value.
thanks all
I think the right practice is:
LOAD *,if(cost,cost,previous(last_cost)) as last_cost resident TB1
but it's not possible in QV