Print Page | Close Window

Adding Text Fields to rows of a Crosstab

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=17972
Printed Date: 01 May 2024 at 11:08pm


Topic: Adding Text Fields to rows of a Crosstab
Posted By: nppk
Subject: Adding Text Fields to rows of a Crosstab
Date Posted: 08 Nov 2012 at 9:01pm
I wanted to added two text fields (controls) to rows of crosstab (so on running the report each row should show these two fields). Is it possible?
I tried placing the text field in the first row of cross tab, on the running the report it is showing only once and that to it is not part of the row.

Could you please suggest how to solve this

Thanks for the help.



Replies:
Posted By: Sastry
Date Posted: 13 Nov 2012 at 7:57pm
Hi
 
You can't insert a text after in cross tab, try the following :
 
If you want to add "Sample" to your field then create a formula and concatenate the text to field and insert theat formula in your corss tab.
 
@formula
"Sample"&{YourFieldValue}
 
Now insert mailto:%7b@formula - {@formula } in your cross tab.


-------------
Thanks,
Sastry


Posted By: NENminer
Date Posted: 06 Jun 2014 at 7:25am
You can also go to the cross-tab expert -->Select the field-->Select Group Options --> Options again --> Customize Group Name Field with a formula --> Write "Sample "& {YourFieldValue}"



Print Page | Close Window