You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @matheval
thanks for your library works very well.
In a data table, a formula column allows you to perform calculations based on values from other columns. Let's say you have a data table with columns "Quantity" and "Price," and you want to add a formula column for "Total" (Quantity multiplied by Price).
In this example, the formula in the "Total" column multiplies the corresponding values in the "Quantity" and "Price" columns.
This I need to achieve without looping by rows
can you help me?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @matheval
thanks for your library works very well.
In a data table, a formula column allows you to perform calculations based on values from other columns. Let's say you have a data table with columns "Quantity" and "Price," and you want to add a formula column for "Total" (Quantity multiplied by Price).
In this example, the formula in the "Total" column multiplies the corresponding values in the "Quantity" and "Price" columns.
This I need to achieve without looping by rows
can you help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: