Microsoft
Software
Hardware
Network
Question : in T-sql how to find 80% a one value based on other
i have joined view and a table. I have following 4 columns
ProjectName Quoted Actual Balance
in my t-sql script i have a case as below. I want to find:
When Actuals are less then Quoted
and Actual which have exceed 80% of Quoted.
I am entering the following case however i am getting convert to varchar or numeric error prompt, please can you fix the below statement
CASE
WHEN actual < quoted and WHEN actual >(quoted * .80)
Answer : in T-sql how to find 80% a one value based on other
what are the data types of the 2 columns?
also, you "requested logic" seems incorrect?
Random Solutions
Counting multiple fileds in a Report
SBS 2003 Exchange Application log lots of Event ID 7010
Install apps on Win7-x64 Pro machine without admin privledges
How to delete files and folders having more than 5 days of age using Linux BASH ?
Win 7 - PDF Printer Setup
Better Way of styling?
SQL Server Backup Model
flash crossdomain simple question : where to put the crossdomain.xml file ?
Can't create website folder via Dreamweaver.
remote sql server update slow