Good morning everyone!
I have a database with values and I need to generate a list, but that list must depend on some parameters that the user selects in a previous form, for example:
The table is a list of items with prices for materials, labor, tools and VAT.
I need that if a user selects without VAT, for example, the list with prices does not consider VAT. I need the choice to be generated in a separate form and that, in the table of said form (from google sheet), infinite records are not generated for each time the form is modified, but rather it is a single record that is modified each time I know that it is edited, so indefinite records will not be generated, only a valid choice.
At first I created a database with YES/NO columns and this allows me to make the election form.
In another table create virtual columns on which values are calculated based on the choices in the other table. But this seems to be impossible since the IF function doesn’t support lists. There is probably another way to update those values.
Is there a way to update the values of a table based on a parameter form that allows some adjustments to be made?
Greetings