Hi, Hope someone can assist. I will be as detailed and brief as possible.
Using CRXI, have two tables. Linked l/o to a workstation id. Leading table has workstation user information, second table has software installed. I have two parameters
{?Software Title} & {?Software Status} selection choices "Installed" or "Not Installed".
Tried in record selection:
if {?Software Status} = "Installed" then
{vWorkstation_Program_Details.SoftwareTitle} = {?Software Title} and
{vWorkstation_Program_Details.SoftwareStatus} <> "removed software" else
if {?Software Status} = "Not Installed" then
{vWorkstation_Program_Details.SoftwareTitle} <> {?Software Title} and
{vWorkstation_Program_Details.SoftwareStatus} <> "removed software"
Result: receiving the same data back regardless of selection
Required Result: If I select status "not installed" I want all users that DO NOT have a specific software, i.e. Microsoft Office Outlook 2003. Problem is I receive all users with the detail of every other software they have installed. I just want to see the user once if they do not have the specified software entered in my parameter. I even tried a subreport and it's giving the same result.
What am I doing wrong? Any assistance would be greatly appreciated.
Using CRXI, have two tables. Linked l/o to a workstation id. Leading table has workstation user information, second table has software installed. I have two parameters
{?Software Title} & {?Software Status} selection choices "Installed" or "Not Installed".
Tried in record selection:
if {?Software Status} = "Installed" then
{vWorkstation_Program_Details.SoftwareTitle} = {?Software Title} and
{vWorkstation_Program_Details.SoftwareStatus} <> "removed software" else
if {?Software Status} = "Not Installed" then
{vWorkstation_Program_Details.SoftwareTitle} <> {?Software Title} and
{vWorkstation_Program_Details.SoftwareStatus} <> "removed software"
Result: receiving the same data back regardless of selection
Required Result: If I select status "not installed" I want all users that DO NOT have a specific software, i.e. Microsoft Office Outlook 2003. Problem is I receive all users with the detail of every other software they have installed. I just want to see the user once if they do not have the specified software entered in my parameter. I even tried a subreport and it's giving the same result.
What am I doing wrong? Any assistance would be greatly appreciated.