Jump to content

Recommended Posts

Posted

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)

Posted

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))

Posted

thank you sir very much its ok

thanks alot

Posted

thank you sir for your replay and helping me thanks alots

sory what i do copy this when inset ctab

Posted

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

Capture.jpg

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...