Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

I want to display the current year and date.

Now I have this code to display year and month data.

Paknanarn23_0-1686882031964.png

and this code shows data like this

Paknanarn23_1-1686882071356.png

But I want to add data to display year - current date into the table. What should I do?

1 Reply
QGTFS
Contributor III
Contributor III

You can apply the same logic as you did with Year and Year-month, with Today, just make sure you have a KCE field for the current day.

For instance :

if(KCE_Date  = Today, KCE_Today, "the rest of your code")