Creating Ranking Leaderboard of Transaction

Hi @Matzumoto ,

This is possible using parent-child (1-to-many) relationship.

An example is like this,

Campaign is higher level
Customer is middle level
Transaction is lower level, this is where price located

If you need more detail, you can have
lowest level for Detail of Transaction, which can have its own price
highest level for Department, which can accumulate total from Campaign

I have unfinished tutorial regarding this,

each level need to be connected to the level above it, using 1-to-many.

I suggest you simulate this in spreadsheet first, and think about leveling.