Attribute to check whether 0% complete, > 0 % Complete but not 100%complete, and 100%

A

anovak

Right now, I'm running a SQL Reporting Services Report that uses a
parameter. The following checks are done:

% Complete > -1 = All Projects
% Complete > 99 = Completed Projects
% Complete > 0 = In Progress Projects

HOWEVER, I noticed that > 0 is actually In Progress AND Completed.

Is there another status type attribute in the reporting database, etc.
that I can check using and "=" that would help narrow this down? As
it stands, I don't have the luxury of using a "between" clause in my
SQL.

I ask because sometimes there are numeric fields that are flagged with
different values based on the project state.

Any and all help would be greatly appreciated :)

Thanks,
Andy Novak
UNT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top