issammesk Posted February 27, 2017 Posted February 27, 2017 hi sir please if you can help me how can use ctab field using formula example when match line between layouts i want add autmatic +1 ( PL-01,PL-02,PL03) Quote
SunnyTurtle Posted February 28, 2017 Posted February 28, 2017 If you want to use a DieselExpression for +1 $(substr,$(getvar,ctab),1,3)$(if,$(<=,$(+,$(rtos,$(substr,$(getvar,ctab),4,2)),1),10),0$(+,$(rtos,$(substr,$(getvar,ctab),4,2)),1),$(-,$(rtos,$(substr,$(getvar,ctab),4,2)),1)) for -1 $(substr,$(getvar,ctab),1,3)$(if,$(<=,$(-,$(rtos,$(substr,$(getvar,ctab),4,2)),1),10),0$(-,$(rtos,$(substr,$(getvar,ctab),4,2)),1),$(-,$(rtos,$(substr,$(getvar,ctab),4,2)),1)) Quote
issammesk Posted February 28, 2017 Author Posted February 28, 2017 thank you sir very much its ok thanks alot Quote
issammesk Posted February 28, 2017 Author Posted February 28, 2017 thank you sir for your replay and helping me thanks alots sory what i do copy this when inset ctab Quote
SunnyTurtle Posted February 28, 2017 Posted February 28, 2017 Hi, I think you are asking how to do this Type FIELD Set Field category to Other Select DieselExpression Paste the Code into the window under DieselExpression 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.