zonvoir / electrum_reports

0 stars 0 forks source link

Create table 2 #17

Open hasan-najeebul opened 3 months ago

hasan-najeebul commented 3 months ago

Table 2 will be dynamic table based of component and calculation template data.

Let table 2 pickup columns in table1, similar as when we made functions in table1.. let table 2 is also created in the same place of table 1 creating.. because one row of table 1 require a complete set of rows in table 2 and 3 table 2 :

col1 : user need to type the component, col2 : user select the variable from table 1 or its text boxes col3 : user select name in inbult list col4 : value of col3 col5 : value input col6 : col2 x col5 / col4 col7 : text input

what had done in previous code: after each row is calculated in table1, button appears and popup table 2 and 3. we need the last result of table 3 (Expanded Uncertainty - to report) to be taken to the rightmost column of the relevant row of table 1..