According to your stats, you have started 30 threads this month alone, and have responded to only two of them. This means that the person who attempted to help you has no idea whether his/her time was well-spent, and other readers do not know whether the suggestions solved the problem. I for one am reluctant to continuing responding to your posts unless you actively participate--and that also means attempting to help others with their issues.
You can tell what functions are available by looking in the functions list in the formula editor. You should also take time to use the Help function in CR which is very good, and which explains how to use these functions.
If you are asking whether there is a function like to "year to current month end" or "year to end of lastfullmonth", the answer is no, but you could use formulas like this:
//{@year to end of current month}:
{table.date} in minimum(YearToDate) to dateserial(year(currentdate),month(currentdate)+1,1)-1
//{@year to end of last full month}:
{table.date} in minimum(YearToDate) to maximum(lastfullmonth)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.