Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what i did:
create a table with Date as dimension and this expression:
if(max(Total{1}Date)=Date,65.8
,if(max(Total{1}Date)-1=Date,53.8
,if(max(Total{1}Date)-2=Date,66.8
,if(max(Total{1}Date)-3=Date,65.6
,if(max(Total{1}Date)-4=Date,65.7)))))
Result
See attached
I am not able to open the attachment 😞
what i did:
create a table with Date as dimension and this expression:
if(max(Total{1}Date)=Date,65.8
,if(max(Total{1}Date)-1=Date,53.8
,if(max(Total{1}Date)-2=Date,66.8
,if(max(Total{1}Date)-3=Date,65.6
,if(max(Total{1}Date)-4=Date,65.7)))))
Result