Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a date field which contains all the dates up to todays date
And i want to display the tomorrows date data when the chart is opened.
I am trying to make change at sheet ->action ->
And at kpi/table add ons place.but its not working .
Can any one please help me.
I am not sure if this is what you are looking for, but you could create a KPI Object and use the formula:
Date(today()+1)
This would always show the date for tomorrow.