Warning: Undefined variable $result in /var/www/html/tallyweb/modules/pss/crm/kb/search/CKBTallyHelpSearchM.php on line 1103
warning 0014:The mandatory third value of '%s' is not given.
Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/warning_code_0014.htm

warning 0014:The mandatory third value of '%s' is not given.

Cause

This warning occurs when third sub-attribute of an attribute is mandatory and is not specified. %s - attribute name.

Solution

Provide the third attribute.

Example

[#Report: Balance Sheet]

Collection: My Collection

[Collection: My Collection]

Source Collection   : Default

Walk                : Ledger Entries

Compute Var         : vLedgerName       : String    : $LedgerName

By                  : LedgerName        : ##vLedgerName

Aggr Compute        : Amount            : Sum

In the example, the Aggr Compute attribute of MyCollection does not have third mandatory attribute. Hence the warning, warning T0014: The mandatory third value of 'Aggr Method' is not given appears.

The code is corrected by providing the third attribute.

[#Report: Balance Sheet]

Collection: My Collection

[Collection: My Collection]

Source Collection   : Default

Walk                : Ledger Entries

Compute Var         : vLedgerName       : String    : $LedgerName

By                  : LedgerName        : ##vLedgerName

Aggr Compute        : Amount            : Sum  : $Amount