Solved
Forum Discussion
ssoltz
02-16-2024Cloud Apps
Try this...
Assuming that Project ID is a unique identifying field available...
SUM([Project ID],CASE WHEN ([Total budget] - [Total amount]>=0 THEN 1ELSE 0 END)
Try this...
Assuming that Project ID is a unique identifying field available...
SUM([Project ID],CASE WHEN ([Total budget] - [Total amount]>=0 THEN 1ELSE 0 END)
Try this...
Assuming that Project ID is a unique identifying field available...
SUM([Project ID],CASE WHEN ([Total budget] - [Total amount]>=0 THEN 1ELSE 0 END)