Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
SQL
FROM
"Administrator_Views_QlikView_Export" where LEASE_TERM <> '6' and CUSTOMER_ASSET_STATUS <> '6' AND (ASSET_TYPE = 'PC' OR ASSET_TYPE = 'Laptop');
FROM
"Administrator_Views_QlikView_Export" where LEASE_TERM <> '6' and CUSTOMER_ASSET_STATUS <> '6' AND (ASSET_TYPE = 'PC' OR ASSET_TYPE = 'Laptop');
SELECT *
FROM
"Administrator_Views_QlikView_Export" where LEASE_TERM <> '6' and CUSTOMER_ASSET_STATUS <> '6' AND (ASSET_TYPE = 'PC' OR ASSET_TYPE = 'Laptop');
The result unfortunately shows no sign of filtering. It is as if the Where part of the statement was not there. I get records whose asset types are neither PC or Laptop and that have Lease Terms = 6.
Hi,
can you paste the actual script please, and i'll take a look. What you have put here doesn't look as if it was taken from the script directly.
Thanks,
Matt