isohrab
ATApache TinkerPop
•Created by isohrab on 7/21/2023 in #questions
Deleting X nodes when there is no incoming Y nodes to them
Hello,
In my case, a
team
has many Member
and each member works only for one company. a company can also works for another company.
I want to delete all companies that no member of team works for them. In the following example company W and Z must be deleted but company Y should not. because member A works for X and X works for Y.
I wrote following query (and tried many other queries) but It delete all companies that does not have any direct member.
3 is the maximum depth of companies that can work with other companies.
I really appreciate your help3 replies
ATApache TinkerPop
•Created by isohrab on 7/17/2023 in #questions
Pass label to coalesce
When I want to pass a label to a
coalesce
step I get follwoing error:
this is my code:
Appreciate your help5 replies