Hi
@Emma FingerI like the suggestion from
@Mark Shnier (Your Quickbase Coach). It may be cleaner than my solution below if you can get it to work.
Looking at the way you have it set up now....
Because the blank start dates won't be ranked in your first queries, I'd suggest setting up something like this where you first handle the scenarios where they are
not blank, then create rankings for when they are blank (only start the ranking after the total that have start dates).
If(not isnull([Expected Start Date]),
Size(GetRecords($QZER))+Size(GetRecords($QONE))+Size(GetRecords($QTWO))+Size(GetRecords($QTHR)),
Size(GetRecords("{289.EX.'true'}AND{58.EX.'"&[Region]&"'}AND{45.EX.'"&[Data Center Name]&"'}AND{148.XEX.''}")) + Size(GetRecords($QONE))+Size(GetRecords($QTWO))+Size(GetRecords($QTHR))
)
Let me know if that does the trick.
-Sharon
------------------------------
Quick Base Junkie
Quick Base Junkie
https://quickbasejunkie.com------------------------------