Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When I retrieve data from a field. it will fetch it properly, like this;

IncidentClassificationEnum.Hardware
IncidentClassificationEnum.Printing
IncidentClassificationEnum.Email

Can i hide some data (IncidentClassificationEnum) from it. Is this possible because i searched out all tables but cant find such table which have this only. On SCSM it can fetch only, Like this;

Hardware
Printing
Email

And, in my custom report i also want fetch category like as above.

If it is possible then kindly tell me soon.

Thanks in advance.
Posted

1 solution

hi,

try this in your query,

select REPLACE(yourfieldname,'ncidentClassificationEnum.','') from tablename



regards,
Prakash.T
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900