Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Lalithac
Contributor
Contributor

Want to display tomorrows date data when the chart is initially..

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.

Labels (5)
1 Reply
noahfels
Contributor III
Contributor III

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.