I can explain better the problem above:
I have two Tables (A and alias_A) in other words two identically tables.Link by ID
Table.A Table.alias_A
FieldID / ID / Item_ID Field- ID / ID / Item_ID
15 1110 929 93 1111 1980
8 980 32 8 600 45
15 1112 929 93 1110 1980
15 1111 929 56 2089 675
13 823 67 93 1112 1980
15 1111 929
. .
. .
I did a filter over{Table.A.Item_ID} =929 and{Table.alias_A.Fiel-ID}=93.
the result will be:
FieldID / ID / Item_ID / Field- ID / ID / Item_ID
15 1110 929 93 1110 1980
15 1112 929 93 1112 1980
15 1111 929 93 1111 1980
Now I want print {Table.A.ID} even when Item_ID or ID doesn't exist, in other words I want that the output will be always "TRUE"