E236
Organic Growth Analysis
Properties Sources: prospetto
- Code
E236- Description
- Organic Growth Analysis
- Web opening
NV- Type flags
- Input
- Groups
- E23
Structure
Sources: prospetto_xml
Form parameters
3
▾
Form filters
3 dims
▾
Growth Analysis
Template00 · 1 matrix
Constant Growth
CPM
Filters
TIP
1
| Hierarchy / FST | Item | Type | TGKML | |
|---|---|---|---|---|
| › | TIP_O | fixed |
Rows
CONTO
24
| Hierarchy / FST | Item | Type | TGKML | |
|---|---|---|---|---|
| › | 50010 | fixed | ||
| › | 50015 | fixed | ||
| › | 50021 | fixed | ||
| 010 | › | 015 | fixed | |
| 010 | › | 020 | fixed | |
| 010 | › | 025 | fixed | |
| 010 | › | 030 | fixed | |
| 010 | › | 035 | fixed | |
| 010 | › | 040 | fixed | |
| 010 | › | 045 | fixed | |
| 010 | › | 050 | fixed | |
| 010 | › | 055 | fixed | |
| 010 | › | 060 | fixed | |
| 010 | › | 065 | fixed | |
| 010 | › | 070 | fixed | |
| 010 | › | 075 | fixed | |
| 010 | › | 080 | fixed | |
| 010 | › | 085 | fixed | |
| 010 | › | 090 | fixed | |
| 010 | › | 095 | fixed | |
| 010 | › | 100 | fixed | |
| 010 | › | 105 | fixed | |
| 010 | › | 110 | fixed | |
| 010 | › | 115 | fixed |
Cols
▾
| Hierarchy / FST | Item | Type | TGKML | |
|---|---|---|---|---|
| $ | › | $ | fixed | TGKML ▾ |
TGKML 1.0
SCEN_PREV:= LEFT(@SCE_ACT.PREV.CODE,4);
SCEN_SUCC:= LEFT(@SCE_ACT.CODE,4);
SET1:=this.lowest.select("RIGHT($ICEntity.attribute3,4)","!=",SCEN_PREV);
SET2:=this.lowest.select("RIGHT($ICEntity.attribute2,4)","!=",SCEN_SUCC);
SET3:=this.lowest.select("RIGHT($ICEntity.attribute3,4)","!=",SCEN_SUCC);
SET4:=this.lowest.select("RIGHT($ICEntity.attribute2,4)","!=",SCEN_PREV);
result:=orfilter(intersect(SET1,SET2,SET3,SET4));
|
||||
AZIENDA
1
| Hierarchy / FST | Item | Type | TGKML | |
|---|---|---|---|---|
| $ | › | $ | fixed | TGKML ▾ |
TGKML 1.0
SCEN_PREV:= LEFT(@SCE_ACT.PREV.CODE,4);
SCEN_SUCC:= LEFT(@SCE_ACT.CODE,4);
SET1:=this.lowest.select("RIGHT($Entity.attribute3,4)","!=",SCEN_PREV);
SET2:=this.lowest.select("RIGHT($Entity.attribute2,4)","!=",SCEN_SUCC);
SET3:=this.lowest.select("RIGHT($Entity.attribute3,4)","!=",SCEN_SUCC);
SET4:=this.lowest.select("RIGHT($Entity.attribute2,4)","!=",SCEN_PREV);
result:=orfilter(intersect(SET1,SET2,SET3,SET4));
|
||||