There may be a situation where we need to modify the Column Title display string.
We can change the Column title using the Display string in the Format Field option.
Select the Column Title in the Cross-tab. Right click and select Format Field option. Under the Common Tab select the Display string x-2 button.
Use the GridRowColumnValue function in the condition statement
i.e.
if GridRowColumnValue(“TableName.ColumnName”)=”string to Check” then
“New Disp String”
Else if GridRowColumnValue(“TableName.ColumnName”)=”string to Check” then
“New Disp String2″
Thanks a lot!!!
By: Alexandra on September 24, 2008
at 12:54 pm
Could you tell me how to change a string variable at crystal report into a pattern such like this :
1001000100 change the display to be like this 100.100.01.00
thanks
By: Taniarto on August 7, 2009
at 5:22 am