cancel
Showing results for 
Search instead for 
Did you mean: 

Table Dynamic Subtotals

Former Member
0 Kudos

Hi all,


I have a table with amounts and currency input fields and I need to generate subtotals dynamically depending on users input over it.


I have a node which is populated with the subtotals in different currencies and amounts according to the user input and I need to show those subtotals based on the named node. I tried with TableStandardCell and TablePopinToggleCell variants of FixedBottonCell (including a mix of both) but the Standard Fixed Cell can’t be showed for each node element and can’t be hide/unhide depending on the user selection over the Popin Toggle Cell.

Does anyone know how to implement something like this?

Regards,

Gregory.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I solved this by using a FixedBottonCell with a DropDownByKey editor to select the currency in which the user want to see subtotals.

When the user selects a currency value on the table and indicates an amount there's an action that repopulate the drop down list mentioned above.

Regards,

Gregory.

Answers (0)