Nov 09, 2019 08:50 AM
Hi again!
So, I said in an earlier post, I have a small CBD distribution business.
We sell retail but we also sell to stores that re-sell the product… I’d like to be able to have multiple prices for every product i.e. retail price, wholesale price 1, wholesale price 2… I’m stuck…
Anyone out there who can help me out?
Thanks!
Nov 09, 2019 09:45 AM
My first inclination is to use a [Products]
table, with fields to accommodate the various prices you want to use. In another table you would link to the product, and use something like a {Price Type}
Single Select field to specify what type of price should be applied. Lookup fields (hidden) would bring in all prices for the selected product from the [Products]
table, and a formula field would apply the correct price based on the Single Select choice.
Nov 09, 2019 09:46 AM
Thank you for the reply!
I’m going to try and do that :stuck_out_tongue:
Nov 09, 2019 10:04 AM
I have my product table made with another table for the Sales Orders… how do I “hide” the Lookup fields?
Nov 09, 2019 10:12 AM
Right-click (or click the downward arrow on the right end of) the header of a field to bring up its contextual menu, and choose “Hide Field” near the bottom. You could also use the Hidden Fields tool in the table toolbar (between the view name and the Filter tool)
Nov 09, 2019 10:13 AM
Thanks for taking the time Justin (: I appreciate it
Nov 09, 2019 10:37 AM
Can’t seem to make that work… )’:
Nov 09, 2019 11:02 AM
Can you be more specific? Describe the exact steps you’re following, and the exact results you get when doing so.
Nov 10, 2019 09:47 AM
I don’t know how to apply a formula to a single select field…
Nov 10, 2019 11:24 AM
When making a Single Select table, it only lets me add random numbers, not something linked to the product…