in PRODUCTS table, can I make a Virtul Column with a expression โGET [Profit %] from SETTINGS table where [Email] is equal to USEREMAIL()โ
I have a product catalog app where I want users to set their own listing prices on the products. For instance, on the app, a product is listed to $10 and a users wishes to add another $3 (30%) to mark a profit, how can I achieve this?
I have set up a product table with my listing price and settings table with useremail and user profit percentage. I want the user retail price (ie, $13) to show on the product detail page.
I have tried, using user settings but itโs not working somehow.
Anyone with answers? Thanks
Solved! Go to Solution.
If you donโt have relationship between these two tables, it would be something likeโฆ LOOKUP(USEREMAIL(),โSettingsโ,โEmailโ,โProfit %โ)
If you donโt have relationship between these two tables, it would be something likeโฆ LOOKUP(USEREMAIL(),โSettingsโ,โEmailโ,โProfit %โ)
This works perfectly, Thank You
Youโre welcome
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |