Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Letter template
birtseeker
Hi,
I want to print report on Letter format for given range of supplier. I am confused how to proceed. I tried by inserting text inside the report but couldn't concat the data field with text. How to concat text and data fields. I want print one record on one page only.
Any help appriciated.
Regards,
Vikram
Find more posts tagged with
Comments
thuston
Modify the Data control's binding expression to include the text and the row value, use + to concatenate.<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>"My Row Data: " + dataSetRow["column"]</pre>