ObjectVision / GeoDMS

Source code for the GeoDMS software
https://www.geodms.nl/
Other
7 stars 1 forks source link

for_each diagnostic if nednv, if domain string name cannot be found #692

Closed jipclaassens closed 5 months ago

jipclaassens commented 5 months ago

image

container RestClaims_StateVoorAlloc :=
    for_each_nednv(
        Sector/XSubsector/name
        ,   replace('Analysis/Claims/@Z@/SectorAllocRegios/@AS@/@S@ - sum(StateVoorAllocatie/@SP@, @R@/per_AdminDomain)'
                ,'@Z@' , Context/ThisZichtjaar/name
                ,'@AS@', Sector/XSubsector/ClaimRegio
                ,'@S@' , Sector/XSubsector/subsector_name
                ,'@SP@', Sector/XSubsector/name
                ,'@R@' , Sector/XSubsector/ClaimRegio_name 
            )
        , geography/RegioIndelingen 
        , Sector/XSubsector/ClaimRegio_name 
        , float32
    ); 
MaartenHilferink commented 5 months ago

image image