Forum Discussion

nasolme's avatar
nasolme
Helper I
3 years ago

Isinscope

Hi Community,

I have a PROJET table related with a CONTRAT table which is related to my TRANCHE table.

1 Projet = many Contrat = 1 contrat = many tranche

 

when i use this mesure all CONTRAT  appear in all PROJET

SIREN = If(ISINSCOPE(CONTRAT[NUMERO CONTRAT]),1,0

 

Do you have an Idea why i have this result ?