Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Now I have this code to display year and month data.
and this code shows data like this
But I want to add data to display year - current date into the table. What should I do?
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")