I have look through the links below:
However, it seems not suit my requirement.
So, basically, i have database fields that contains the following:
type_id | type_value
1 Test1
2 Test2
So, I would like to have the crystal report generate the columns as
Test1 | Test2
1 2
If I have changed the data as below:
type_id | type_value
1 Test11
2 Test22
The crystal report columns would react automatically:
Test11 | Test22
1 2
Any idea on how to achieve that?
Thank you!