Count Records Issue

Count Records Issue

Have an issue using the  Aggregate Records Count function and displaying the results in a HTML page.
Zoho's example seems simple enough. Or I'm just missing the mechanism that displays aggregate record count?

Zoho Example:
//to count all records in a form 
input.Total = FormA.count();

I have tried:
input.Quote_Number1 = RFQ.count();
Quote_Number1 = RFQ.count();

NOTE: Quote_Number1 is a Autonumber field

Nothing is displayed in my html page.

Any ideas?