Financial Reporter Fiscal Yr

Posted by: Michael_Arbeau

Financial Reporter Fiscal Yr - 03/22/17 10:16 AM

Good day,

I'm having difficulties with the Financial Reporter returning LY's values when using {1}[4]M and the current month selected is 3 of 2017.
I can get it to work with _[11]M when the current month selected is 3 of 2017; however, I need to have it for the fixed periods to be able to print this FR at any time without changing the current month. [img]https://www.dropbox.com/s/gj4jtwf9okf4frb/Capture.PNG?dl=0[/img]


Suggestions? Thanks!

I'm using LEDGERFINREP.EXE version: 2.1.7.2453 (Ledger version 9.2B - 170218)

Mike
Posted by: Michael Mulrooney

Re: Financial Reporter Fiscal Yr - 03/22/17 10:33 AM

{1}[4]M resolves to 0 when the Fiscal Period is less than 4
Give LY[4]M a try
Posted by: Retired_Guy

Re: Financial Reporter Fiscal Yr - 03/22/17 11:06 AM

Or use the "V" codes which are not sensitive to the chosen fiscal period:
Code:
{1}V[4]
Posted by: Michael_Arbeau

Re: Financial Reporter Fiscal Yr - 03/22/17 11:23 AM

Awesome, thanks Michael & Andrew! Much appreciated!