Hi users of OR,
I'm not sure if I'm not using well the cell.cross() function, I can seam to be able to use it in many situations. Here's a few examples.
I have these 2 projects, pretty simple.
#1 TEST-Provinces : Prov_ID, Prov_DIM, Prov_Lfr, Prov_WDID, Prov_CoordGeo
#2 TEST-Personnes : Pers_ID, Pers_Lfr, Pers_Ville, Prov_DIM
Here's my small data sample and a couple of screenshots.
cell.cross("TEST-Provinces", "Prov_DIM")

cell.cross("TEST-Personnes", "Prov_DIM")

Just for the context, here a screenshot of the other project:

Am I doing something wrong? The documentation does not indicate anything problematic with what I want to do.
Regards,
Antoine