Hello there I am new in TigerGraph, can anybody here who can help me in this basic query
I have Segment Vertex which is directly connected to the Calender Vertex
and Calender vertex is connected to the visit group vertex with an edge of calendar_visitgroup And the same Calender Vertex is also connected with spend_group vertex with an edge of calendar_spendgroup
So I have as a attribute of total_visit on the calendar_visitgroup edge
and I have as a attribute of total_spend on the calendar_spendgroup edge
I want to divide total_spend / total_visit
and result require segment_list: { “Australia”: total_spend / total_visit,
“Bhutan”: " total_spend / total_visit }