Hi Alexandre VASSILIADI,
Hope i got you correct :-) try below code
var dims = DS_1.getMembers("0BC_VEND1__0BC_EVAL",10); // give here TEAMID in your case
var dim0 = dims[0];var dim1 = dims[1];var dim2 = dims[2]; // give for all values
IMAGE_1.setImage(dim0.internalKey+".png");
IMAGE_2.setImage(dim1.internalKey+".png");
IMAGE_3.setImage(dim2.internalKey+".png");
------
output will be like this
Keep the images name in repository application folder with value names
Regards,
Subhash