This warning occurs when attribute value(%s) is not given in the local modifier.
Provide the appropriate value for the attribute.
Example
[#Menu: Gateway Of Tally]
Add: Item: abc: Display: MyReport
[Report: MyReport]
Use : Balance Sheet
Local: Form: Balance Sheet: Add:Button
In the example, the button name is not specified for the modifier Local. Hence the warning, warning T0005: The value of the attribute 'Button' is empty in the modifier Local.
The code is corrected by adding an appropriate button name.
[#Menu: Gateway Of Tally]
Add: Item:"MyReport": Display: MyReport
[Report: MyReport]
Use : Balance Sheet
Local: Form: Balance Sheet: Add:Button:MyButton
[Button: MyButton]