I want to set up a simple grid that shows a list of customers and the YTD sales for each. I also want a column that is 4% of the YTD sales.
What's the best way to structure this?
A screen based on the Customer table? Do I need to add a YTD sales column in the Customer table?