Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Combine two fields and count only non null value. Please refer sample screenshot for better understanding.
T1:
LOAD * INLINE [
AAA, BBB
1, 567
2, 568
2, 569
3, 570
3, 571
4, 572
5, 573
, 574
, 575
];
or Count({<AAA = {"*"}>}BBB)
May be just this.... Count(AAA)
or Count({<AAA = {"*"}>}BBB)
Thanks Sunny