Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hi guys,



I have serial numbers from qwedxssdddcccdddx123, wefefefefedfedfedf124............... wefefefefedfedfedf500.



I want to write a function based on last 3 digits.

for ex:

All 1's starts in last 3 digit code are commercial. ( 123,124,125....

All 2's starts in last 3 digit code are pirated. ( 220,221,222,223,224....

Please help me..
Posted

1 solution

If you're going to do it in the Crystal Report Formula Workshop, you'd probably be best off using the RIGHT function. The parms are the string and the length of characters you want to take. There is also a LEFT and a MID function that can be used for substringing. Here are some links that might help you.

Similar MSDN question on a forum[^]

Similar StackOverflow question[^]

google search[^]

If you're going to do it in the code before you pass data to the report, you'll have to provide more information such as what language you programming in.
 
Share this answer
 
Comments
Member 9861478 18-Apr-13 23:16pm    
It worked finally....U rocz. Happy coding!!!!

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