I have a Price module where customers are ranked based on their unit prices.
I also have a Comparison module, where I want to display the names and unit prices of top-ranked customers for comparison.
The model includes a Customers list.
In the Comparison module, I want to write formulas to bring in the customer names and unit prices for:
- Tier 1 customer (rank 1)
- Tier 2 customer (rank 2)
- Tier 3 customer (rank 3)
What’s the best way to write these formulas?
Grid views of modules:
Blueprint views of modules:
Thank you.