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
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