Graphics

 View Only
  • 1.  Datalinq multiple fields in XPression

    Posted 08-06-2015 20:11
    I have a datalinq with 2 records (a time [time] and a text string[quarter]) and was wondering how to combine the records. Can I do string manipulation like time+' | '+quarter?


  • 2.  RE: Datalinq multiple fields in XPression

    Posted 08-06-2015 22:43
    I would datalinq those values to two different text objects that you make invisible, then use Visual Logic to concatenate the two together into a third text object that is visible.

    There is a concatenate block in the Visual Logic to do this.

    #XPression