Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can use Above function
Above(YourExpression,14)