Hello,
I'm trying to create a code 39 barcode for a report and I'm using the custom function provided by Azalea here, see attached for custom formula.
Then I create a new formula that calls the custom function like this:
Code39(totext({rpt_DriveShiftDetail.ShiftID}+1000000,0,'')) which takes a field in my DB, adds 1,000,000 to it and converts it to text.
I thought the formula would then take the value and convert it to a barcode, but it reality is it just taking the number and bracketing it with * xxx *.
Any ideas on what I'm missing here to get this to be converted to a code 39 barcode?
Thanks,