Hello,
I need to creating grouping of a results by error code .
There are different type of error code like 1123, 0123, 0000, 1234 etc which are specific to my application.
The error codes are categorized in 4 category : infra error, customer error, application error, Information_code_not_error
One way is to upload a lookup file and use that but I dont have access to do that, only access I have is to run normal queries.
Please help me if you know a way to do so
Like if value in(1,5,3,2,7) then Code1 else if value in(4,6,0) Code 2 else Code 3
Thanks
... View more