Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have two tables that are not related.
I need to see in a Simple Table, for each row, how many codes are possible in match in the other table.
Tables are not related in the data model. (And it's really hard to make them related, as I din't make the model)
So far, I've tried with the following expressions. None of this worked:
=Count({<CurvaVariedad={"$(=VariedadRealCodigo)"} >}CurvaVariedad)
=Count({<CurvaVariedad={"$(=Max(Aggr(Max(VariedadRealCodigo),VariedadRealCodigo,[Variedad Real])))"} >}CurvaVariedad)
Table 1:
Table 2:
Thanks!
Try this -
Count({<CurvaVariedad={$(=chr(39) & If(GetPossibleCount(VariedadRealCodigo)>0, Concat(DISTINCT VariedadRealCodigo,chr(39)&','&chr(39))) & chr(39))} >}CurvaVariedad)