Hello,
Lets assume that I have the following table:
In Report Designer, the fields that display data were put in the "Details" band. The output are the same as above.
However, I would like the report to display the country name only once, and hide the repeated country name, just like follows:
What can I do to achieve the above?
Note: I just use the above table as example. The actual table that I want to use in my report consist of more rows.
Lets assume that I have the following table:
Code:
Country Cities
U.S.A Washington D.C.
U.S.A New York
U.S.A Los Angeles
China Beijing
China Shanghai
China Guangzhou
China Hangzhou
China Chengdu
Japan Tokyo
Japan Osaka
Japan Nagoya
Japan Fukuoka
However, I would like the report to display the country name only once, and hide the repeated country name, just like follows:
Code:
Country Cities
U.S.A Washington D.C.
New York
Los Angeles
China Beijing
Shanghai
Guangzhou
Hangzhou
Chengdu
Japan Tokyo
Osaka
Nagoya
Fukuoka
Note: I just use the above table as example. The actual table that I want to use in my report consist of more rows.