Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two fields.
1.bussiness case
2.Total budget
Here I want to get business names which total budget is > $0.5M.
So please suggest the expression for this problem urgent
Try
SUM({<Total budget={"=SUM(Total budget)>5000000"}>}Total budget)
also could probably use an if statement
Not working