-
Notifications
You must be signed in to change notification settings - Fork 1
Transpose
Jip Claassens edited this page Nov 24, 2023
·
10 revisions
Configuration examples Transpose
Transposing a table means changing the rows to columns and columns to rows.
container PerActor := for_each_nedv( Classifications/Actors/name , 'PerActorType/' + Classifications/Actors/name + '/sum' , Classifications/WoningType , float32 ); container PerWoningType := for_each_nedv( Classifications/WoningType/name , 'union_data(Classifications/Actors, ' + replace( AsItemList('PerActor/'+Classifications/Actors/name+ '[Classifications/WoningType/V/@WT@]' ,'@WT@', Classifications/WoningType/Name)+')' , Classifications/Actors , float32 );
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.