Skip to main content
Nintex Community Menu Bar
Solved

List Sum IF Currency is AUD

  • August 2, 2023
  • 1 reply
  • 56 views

Forum|alt.badge.img+1

Need help with an expression to Sum the total amount for only AUD currency.

 

Column 1     Column 2
Amount        Currency
1                      Aud
2                      Aud
3                      USD

Total: $3 AUD
Total: $3 USD

Best answer by paulk

Have a hidden column, on that column create an expression that has an if condition 

 

If Currency = AUD then pass the amount column, else pass 0.

 

Do a sum on the hidden column.

 

Cheers

1 reply

Forum|alt.badge.img+9
  • Rookie
  • Answer
  • August 10, 2023

Have a hidden column, on that column create an expression that has an if condition 

 

If Currency = AUD then pass the amount column, else pass 0.

 

Do a sum on the hidden column.

 

Cheers