expression-evaluator-c-sharp icon indicating copy to clipboard operation
expression-evaluator-c-sharp copied to clipboard

How to use calculate an expression for each row of a data table

Open prakashboston opened this issue 1 year ago • 0 comments

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). image 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

prakashboston avatar Dec 02 '23 12:12 prakashboston