Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER 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")