Div field in calculations
-
Hi,
I have a very complicated calculator with a lot of dependencies upon dependencies with different prices, etc. I have created a DIV field to keep all the prices together, a DIV field to keep all the Widths together and same for the Thicknesses. The calculator consists out of dropdowns for the various types of wood, then their width is chosen and then their thickness is chosen and once you have all of those it opens the price for it per m3. A client can then enter a length and the calculator must then calculate the price for the total m3. Ideally I want to final calculation to work on what ever the result was of the dependencies chosen. The problem is it seems I cant use DIV fields in a calculation.
Example:
Calculation field’s calculation is:
PREC(((fieldname2/1000)*(fieldname34/1000)*(fieldname37/1000)*fieldname16),2)where fieldname34 and fieldname37 and fieldname16 are DIV fields. Fieldname16 for example is 12 currency fields consisting of 12 different prices that is pulled into a result of a dependency chosen in fielname34 or fieldname37.
I thus want the calculator to be able to use the dependencies that shows up in the DIV field once a previous dependency is chosen in the calculation.
Does that make sense….?
The page I need help with: [log in to see the link]
- The topic ‘Div field in calculations’ is closed to new replies.