Good morning everyone.
I have three lists.
List A, List B, List C
Both list A and B join list C via:
Date > Unions
left join from list A (also B) to list C
from the mydatabasejoin column (list A and B) to the ID column (list c).
merge rows and reduce data display mode.
Clear join data on yes.
List A and List B are the two lists from which I add data
While List C contains some of the data inserted from the two lists.
Since the data is inserted from both List A and List B with the delete join data option active.
Now for example I delete a row. Suppose this has ID 4 In list A it deletes the row with ID4 in list C.
despite this having been inserted from the B list (and therefore should not be eliminated).
This is because having list A and list B where I insert the data, the IDs do not correspond to those in list C.
The logic is right.
But how could I remedy this situation?
I have three lists.
List A, List B, List C
Both list A and B join list C via:
Date > Unions
left join from list A (also B) to list C
from the mydatabasejoin column (list A and B) to the ID column (list c).
merge rows and reduce data display mode.
Clear join data on yes.
List A and List B are the two lists from which I add data
While List C contains some of the data inserted from the two lists.
Since the data is inserted from both List A and List B with the delete join data option active.
Now for example I delete a row. Suppose this has ID 4 In list A it deletes the row with ID4 in list C.
despite this having been inserted from the B list (and therefore should not be eliminated).
This is because having list A and list B where I insert the data, the IDs do not correspond to those in list C.
The logic is right.
But how could I remedy this situation?