bkurzbuch Posted August 14, 2014 Posted August 14, 2014 I am new to fusionPro and need some assistance in creating a graphic rule. I have a data source with 1 field being a long string of numbers. Example (911-26427-4-48251051). i need to know how to word the rule so it uses just the first 3 digits to bring in a specific image. The data is a long serial number and the first 3 numbers reference a specific product. Thank You Quote
step Posted August 14, 2014 Posted August 14, 2014 You can use the Left function to capture the first 3 characters of the string: Left(Field("number"),3); Quote
bkurzbuch Posted August 14, 2014 Author Posted August 14, 2014 Thank You Kind Sir. Works like a charm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.