Melodybelle Posted August 25, 2016 Report Share Posted August 25, 2016 I have a form that has a tiered pricing structure. The three field affected are: (Lookup 1) a fee schedule (this is a lookup field to another table), (decision 1) a checkbox choice field (if they select that specific product, and check the box, it marks it as yes, otherwise the product is no) and (Price 1) a price field (this is a text box). What I want to happen, is that when the checkbox for a specific product is marked yes, the system will go to the table for the fee schedule, find the price for that item and input that value into my price text field. Does anyone have a suggestion how I can do this? Any help is appreciated. Quote Link to comment Share on other sites More sharing options...
Meekeee Posted July 9, 2019 Report Share Posted July 9, 2019 You can use the Calculated Value on this certain scenario. In this field, you can use the SELECT statement to get the affected fields. To know more about Calculated Value, check it here: https://howto.caspio.com/datapages/datapage-components/calculated-values/ For function reference: https://howto.caspio.com/function-reference/ I hope it helps! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.