Friends,
I have 2 fields named "seq_name" & "seq_no"
I want to join it into a "Sequence" field...
Is it possible..
Example:
If "seq_name"=PPG and "seq_no"=667
i want to show as "Sequence"=PPG 667
Thanks...
Friends,
I have 2 fields named "seq_name" & "seq_no"
I want to join it into a "Sequence" field...
Is it possible..
Example:
If "seq_name"=PPG and "seq_no"=667
i want to show as "Sequence"=PPG 667
Thanks...
Try this,
str(seq_name or '') + " " + str(seq_no or '')
Hop helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.