Forum Discussion

Re: Can you generate a barcode from a key field calculation

Here is code for a QR using the google api:
"<img src=\"http://chart.apis.google.com/chart?cht=qr&chs=120x120&chl="
&[Part]
&[Quantity In]
&[Non-Conformity Description]
& "\"\"/>"

Sub your field names in the square brackets.


------------------------------
Adam Keever
------------------------------

6 Replies

  • JoshuaSmith's avatar
    JoshuaSmith
    Qrew Trainee
    Adam Im getting an error message on the brackets at the end  Please see 

    "<img src=\"chart.apis.google.com/...
    &[N Project Number]
    &[Customer - Full Name]
    &[Project Status4]
    &"\"\"/>

    There are extra characters beyond the end of the formula.


    "<img src=\"chart.apis.google.com/...
    &[N Project Number]
    &[Customer - Full Name]
    &[Project Status4]
    &"  \"\"/>

    More on syntax errors...

    Please advise I am getting a syntax error.

    ------------------------------
    Joshua Joshua
    ------------------------------
    • AdamKeever1's avatar
      AdamKeever1
      Qrew Commander
      I missed the closing parenthesis. Try this:

      "<img src=\"chart.apis.google.com/...
      &[N Project Number]
      &[Customer - Full Name]
      &[Project Status4]
      &"\"\"/>"

      ------------------------------
      Adam Keever
      ------------------------------
      • JoshuaSmith's avatar
        JoshuaSmith
        Qrew Trainee
        Adam Im sorry man it doesn't work.

        ------------------------------
        Joshua Joshua
        ------------------------------