I have a query which basically lists stores and various works to be done in each of them which is indicated by true/false. I have about 8 things to be done to each store. Is there an option to create a function which holds the amount of money needed for each work to be done cand instead of seeing yes/no or true/false in my query I could see the cost associated with each work? Benefit is that can keep this list in one place and make changes to the amounts at will. Will appreciate an example.