Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pauldamen
Partner - Creator II
Partner - Creator II

Move transactiondates in graph

All,

I have a bar chart with 2 formules, dimension is individual dates.

One of the formulas needs to be shown on a later date then what the transaction date says (offset of 14 days, so for example:

August 1st 2017, 100 euro -> needs to be shown on the date August 15th

August 15th 2017, 100 euro -> needs to be shown on the date August 31st

August 31st 2017, 100 euro -> needs to be shown on the date Sept 14 th

The other formula needs to listen to the dates where they are booked on.

Any possibilities to achieve this?

Regards, Paul

1 Reply
stigchel
Partner - Master
Partner - Master

You can use Above function

Above(YourExpression,14)