Skip to main content
Solved

Barcode with two fields information

  • June 8, 2022
  • 1 reply
  • 143 views

Forum|alt.badge.img+8
  • Sidekick (Partner)
  • 32 replies

Hi,

In the Report Designer, we have the option to turn any value field into a barcode. But we need a barcode with information from two fields. Example, the barcode must have both Part No and Part Description. Is it possible to achieve?

Best answer by MiLeNL

Think you can just use the concat function to combine the two values and then create a barcode from the concatenated value. Below a quick example.

 

 

1 reply

Forum|alt.badge.img+11
  • Hero (Partner)
  • 100 replies
  • Answer
  • June 8, 2022

Think you can just use the concat function to combine the two values and then create a barcode from the concatenated value. Below a quick example.