In the Criteria tab , add any column from subject area.
Edit the column formula
Concatenate the external link with the Bill NO as mentioned in the image below.
Save it and you are done.
Things to be careful- You may need to convert any interger to char.
cast (table.column as char).
Cheers….