Hey @horrorbizz0 ! Can you share some screenshots of your current setup and explain more of the mechanics behind 'toggling different specs' ? Curious what you mean by this and how you're building it. Will better help me to provide a better solution. Thanks!
Hey @horrorbizz0 ! Can you share some screenshots of your current setup and explain more of the mechanics behind 'toggling different specs' ? Curious what you mean by this and how you're building it. Will better help me to provide a better solution. Thanks!
Trying to get each of these to generate their own pricing.
First screenshot is a whole view. Second is an example of a drop down of options.
Thank you!
I'd probably make a formula field for each of your select fields.
use the SWITCH() function to apply a number value to each option.
SWITCH(
{Neck Wood},
"Cherry Clear", "50",
"Maple Clear", "40"
etc
You could then use another formula at the end to add it all together. Or use some as percentages? Depends on your pricing strategies.
Let me know if this works 🙂
@horrorbizz0 I agree with @Sistema_Aotearo that a switch statement is probably your best way of solving this. I recorded a short Loom Video to show you step by step how I'd go about getting this setup and displaying custom pricing.
Table Setup and expected output:
