Type search words and press enter
Seamless e-invoicing is now at your fingertips. Check out our self-help videos.
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