Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Schema métadonnée

More
01 Aug 2018 14:53 - 02 Aug 2018 09:05 #1 by olivier
olivier created the topic: Schema métadonnée
Bonjour,

je souhaite récupérer le schema de la métadonnée lors d'une règle de rejet

exists (
select 1
from %x{md:objectPath(./ref:physicalPath(), 'DHB_RFX_DAX__RCP_LIG_CND')}x%
)


je récupère uniqueme


from [dhbtmp_pprod].[dhbtmp].I_DHB_RFX_DAX__RCP_LIG_LIG_CMT as [DHB_RFX_DAX__RCP_LIG_LIG_CMT]
where not (
exists (
select 1
from DHB_RFX_DAX__RCP_LIG_CND
)
)
Attachments:
Last Edit: 02 Aug 2018 09:05 by Thomas BLETON.
More
01 Aug 2018 16:22 #2 by olivier
olivier replied the topic: Schema métadonnée
J'ai trouvé mon pb

il fallait mettre
%x{md:objectPath(../..,'DHB_RFX_DAX__RCP_LIG_CND')}x%

existe t'il une documentation avec les utilisations des substitutions métadonnées tech;, md: etcc ?

Merci
More
02 Aug 2018 09:12 #3 by Thomas BLETON
Thomas BLETON replied the topic: Schema métadonnée
Je pense en effet que %x{md:objectPath(../..,'DHB_RFX_DAX__RCP_LIG_CND')}x% est une bonne solution dans le cas ci-dessus.

En termes de documentation, c'est effectivement tout une partie d'utilisation avancée qui est peu documentée, je remonte le point à notre équipe en charge du sujet.

Merci