Expression and Where Clause

  • Field Expression i would like to sum of the value based on other field data value.

    Example

    Fee value Condition Field

    100 Salary

    300 Tel Bill

    500 Salary

    output should be like 100+500 when the condition is salary.

    how can i achieve it in expression?

  • =sum(iif(condition field = "salary",value field,0))

    [font="Comic Sans MS"]toolman[/font]
    [font="Arial Narrow"]Numbers 6:24-26[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply