Hi All,
I have crosstab report having rows like this.
Country,location.
Now I am getting country then all location values like below.
USA NewSouthWales
NewJercy
Atlanta
But I need to repeat my country value for every location like below.
USA NewSouthWales
USA NewJercy
USA Atlanta
Hi Kalyan,
Here's what you need to do:
1) Create a formula with this code:
{Country} + " " + {Location}
2) Replace 'country' field that you've added as the Row of the crosstab with the above formula field. You should now have two rows - one is the formula field and second is the Location field
3) While in the Crosstab Expert window, highlight the formula field in the Row > Group Options > Options tab > check 'Customize Group Name' field > Select 'Choose from Existing Field' > From the drop down choose 'Country'.
-Abhilash
Add a comment