hexagon logo

Custom report name with excel form report


hello i would like to use a variable name for the new excel form report is this possible. I am now trying this but it does not work \\ net.oke.nl \ data \ ReDirectedFolders \ michaelwilting \ Desktop \ michael \ "+ SERIAL +" .XLSX "
Parents
  • ASSIGN/VREPORTNAME="\\\net.oke.nl\\data\\ReDirectedFolders\\michaelwilting\\Desktop\\michael\\" + SERIAL + ".xlsx"
    


    Double-slash in a variable results in a single slash as output (VB syntax)
    Remove the spaces that are there for no reason
    I don't see an assignment for SERIAL; I assume this is a variable defined earlier in the program?
    I also assume you're trying this in an assignment..?

    There are a LOT of assumptions I'm making here, based on the very basic and general description above...
Reply
  • ASSIGN/VREPORTNAME="\\\net.oke.nl\\data\\ReDirectedFolders\\michaelwilting\\Desktop\\michael\\" + SERIAL + ".xlsx"
    


    Double-slash in a variable results in a single slash as output (VB syntax)
    Remove the spaces that are there for no reason
    I don't see an assignment for SERIAL; I assume this is a variable defined earlier in the program?
    I also assume you're trying this in an assignment..?

    There are a LOT of assumptions I'm making here, based on the very basic and general description above...
Children
No Data