Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a source dataset like as,
Source:
Value_v1
Output:
I need to calculate the average % based upon the Date value in the straight tablethe average %That means my calculation will be
Example: Let me consider Category "A" value, for that i need the calculation like
Column1: (01/01/2017AM)
(Value_v1 of 01/01/2017PM) - (Value_v1 of 01/01/2017AM) - / (Value_v1 of 01/01/2017AM)
Column2: (01/01/2017PM)
(Value_v1 of 01/01/2017AM) - (Value_v1 of 01/01/2017PM) - / (Value_v1 of 01/01/2017PM)
Regards,
ShakilaD