Last modified by Helena on 2025/09/10 11:19

From version 6.6
edited by Helena
on 2025/05/16 12:34
Change comment: There is no comment for this version
To version 6.7
edited by Helena
on 2025/05/16 12:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -479,25 +479,15 @@
479 479  It should be noted that the application of this many-to-one mapping from VTL to SDMX is equivalent to an appropriate sequence of VTL Transformations. These use the VTL operator “calc” to add the proper VTL identifiers (in the example, INDICATOR and COUNTRY) and to assign to them the proper values and the operator “union” in order to obtain the final VTL dataset (in the example DF2(1.0.0)), that can be mapped oneto-one to the homonymous SDMX Dataflow. Following the same example, these VTL Transformations would be:
480 480  
481 481  DF2bis_GDPPERCAPITA_USA := ‘DF2(1.0.0)/GDPPERCAPITA.USA’ [calc identifier INDICATOR := ”GDPPERCAPITA”, identifier COUNTRY := ”USA”];
482 -
483 483  DF2bis_GDPPERCAPITA_CANADA := ‘DF2(1.0.0)/GDPPERCAPITA.CANADA’ [calc identifier INDICATOR:=”GDPPERCAPITA”, identifier COUNTRY:=”CANADA”]; … … …
484 -
485 485  DF2bis_POPGROWTH_USA := ‘DF2(1.0.0)/POPGROWTH.USA’
486 -
487 487  [calc identifier INDICATOR := ”POPGROWTH”, identifier COUNTRY := ”USA”];
488 -
489 489  DF2bis_POPGROWTH_CANADA’ := ‘DF2(1.0.0)/POPGROWTH.CANADA’ [calc identifier INDICATOR := ”POPGROWTH”, identifier COUNTRY := ”CANADA”]; … … …
490 -
491 491  DF2(1.0) <- UNION (DF2bis_GDPPERCAPITA_USA’,
492 -
493 493  DF2bis_GDPPERCAPITA_CANADA’,
494 -
495 495  … ,
496 -
497 497  DF2bis_POPGROWTH_USA’,
498 -
499 499  DF2bis_POPGROWTH_CANADA’
500 -
501 501  …);
502 502  
503 503  In other words, starting from the datasets explicitly calculated through VTL (in the example ‘DF2(1.0)/GDPPERCAPITA.USA’ and so on), the first step consists in calculating other (non-persistent) VTL datasets (in the example