the code isn't working at all

I'm trying this:

TableMonth.SETFILTER(Month , FORMAT(DATE2DMY(TableFiscal.DOB , 2)));
FiscalCode += FORMAT(TableMonth.Letter);
MESSAGE('%1',TableMonth.Letter);

the message is empty.... why? thank you!

Best Answer

Answers

Sign In or Register to comment.