cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report definition

Former Member
1,251

Hi all, I am creating report using report definition in backoffice and getting duplicate columns as result. But I want result for the columns that I specified.

example: getting result (InitDate, fullName , email, LastDate, LastDate, email, fullName, InitDate)

But I just want (InitDate, fullName , email, LastDate).

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member657449
Discoverer
0 Kudos

Hi, I found the answer : you have to add the query result column in *-backoffice-config.xml. then duplicate columns disappears.

<context type="OrderLinesOverview" merge-by="type" parent="Item" component="listview">
	<list-view:list-view>
		<list-view:column qualifier="orderLineCount" />
		<list-view:column qualifier="orderLineTotals" />
		<list-view:column qualifier="status" />
		<list-view:column qualifier="deliveryMode" />
	</list-view:list-view>
</context>
rainamdar21
Explorer
0 Kudos

Thanks kandapra

Above solution working for me in version 1905.

Regards

Ruturaj

dieterverschuere
Explorer
0 Kudos

Dear,

Having the same problem on 1905.10.
Also checked Powertools accelerator and the same behavior over there.

Did you manage to solve this issue?

Br,

Dieter

former_member657449
Discoverer
0 Kudos

Hi Dieter Verschuere, Did you got the solution for this problem?

i am also having the same issue.