B102
Supplemental Movement
Properties Sources: prospetto
- Code
B102- Description
- Supplemental Movement
- Web opening
NV- Type flags
- Input
- Groups
- B1
Structure
Sources: prospetto_xml
Form parameters
4
▾
Form filters
4 dims
▾
Supplemental Schedule
Template00 · 1 matrix
Balance Sheet
CPM
Filters
Rows
CONTO
2
| Hierarchy / FST | Item | Type | TGKML | |
|---|---|---|---|---|
| › | TIPO| | fixed | TGKML ▾ | |
TGKML 1.0
// Account deriving from prompt filter
accountFGD := prompt().$Account;
// all control groups variation type
allCG := this.children;
// we select all control groups with first 5 digit equal to the
// code of the account chosen in the prompt
FilteredGroup := allCG.select("LEFT($Account.code,5)=accountFGD.code");
result := FilteredGroup.lowest.select("LEN($Account.code)>5");
|
||||
| › | |SCH | fixed | TGKML ▾ | |
TGKML 1.0 result:=prompt().$Account; |
||||