How do I show Constant titles in FR?
For example, how do I show:
"For the Current Quarter To Date Ending: /month/day/year"
and
"For the Previous Quarter To Date Ending: /month/day/year"
Solution
The formulas would be:
="For the Current Quarter To Date Ending: "&TEXT(FRFISCAL("QEnd"), "mmmm d, yyyy") "and"
="For the Previous Quarter To Date Ending: "&TEXT(FRFISCAL("QStart")-1, "mmmm d, yyyy")
See also