function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gmc74gmc74 

Select Count () - how to get the value

Hi everyone,

I have a select statement that tells me the number of open cases

Code:
select count() from case where isclosed = false

I want to add this to an S-Control so I can put that information on certain pages, the problem is that I don't know how to get to the number that should be returned.

Any ideas?

Thanks

Grant

chachichachi
Hi, did you ever get the answer to this? I'm looking for the same. thanks!!!