Alarm Priority Information


tlemar

Recommended Posts

Also, you could embed the priority into those fields, say, use the first two characters:

A-this is a description for a high priority

B-this is one for low, lfkd sdflk sdlfksdlfkldsf

etc.

Then just look at the first character by using the Left() function. Or if you prefer, put it at the end:

This is the sdjkaskdlfjcasdf casdfcasdlfkj - A

and then use Right(). You may also want to use RTrim() just in case you put spaces at the end and don't realize it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.