How to pass a value from a table view to another table view
Posted: 2013-10-21 08:47
Hello,
I have a table with tariffs as:
id
band (1,2,3,4,5)
Price per unit
In another table I have:
id
Number of units
I would like to multiply the "price per unit" by ""number of units" which is in another table, therefore another view.
Could you please explain to me a little bit the logic behind this in AppGini?
Thank you,
Regards,
Ben
I have a table with tariffs as:
id
band (1,2,3,4,5)
Price per unit
In another table I have:
id
Number of units
I would like to multiply the "price per unit" by ""number of units" which is in another table, therefore another view.
Could you please explain to me a little bit the logic behind this in AppGini?
Thank you,
Regards,
Ben