Hi
I have 2 tables.. and from both tables
table 1
first name | Last name | dep | Extension Number |
john | J. | ABC | 455 |
David | D | ABC | 435 |
Alex | A | DEF | 433 |
Rebbaca | R | DEF | 450 |
William | W | ABC | 9014 |
To | Result |
455 | missed |
435 | missed |
450 | answered |
9014 | missed |
433 | answered |
and this is table 2
so i try to calculate total missed data from table by creating this formula in blend
Case when Result="missed" then "1" end
and then calling this formula in table.. but i got wrong count..
User | Count |
---|---|
4 | |
1 | |
1 | |
1 | |
1 |