This topic is locked
[SOLVED]

 Display field as custom expression

5/15/2012 12:42:40 PM
PHPRunner General questions
W
wildwally author

Need some help with this.

These are the items I want to include. I've tried converting the ListPrice using CStr(ListPrice) like I found in a previous post, but it still doesn't work.
Kit_Number + ' ' + Description + ' ' + ListPrice
Kit Number and Description are strings and List Price is set as money. This is SQL.

Sergey Kornilov admin 5/15/2012

What database do you use?
The typical Google query for this question is "<your database> concatenation"