Solved

Report creating duplicate copied

  • 27 May 2021
  • 2 replies
  • 119 views

Userlevel 1
Badge +3

HI,

     I have created a report which takes an RequestId as Input and Generates the report,It all works well when we run it from the report screen by providing a requestId,but when the same report is configured in the Request screen via report set it gives a 140 Page doc with the same report being repeated over an over again.

Any idea why this might be happening,it is giving 140 copies on all requests,Is there any specific mapping needed to run it from the request screen

icon

Best answer by Lee Pinchbeck 27 May 2021, 17:29

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +24

Hi @manishpandey,

Is this a client report or an FSM report via report admin?

Are you able to upload the detail of the report setup for review? It is likely that there is some part of the logic in the report that is finding a one to many instead of one to one link when used in the context of the report but it would require the details of the report logic to determine what this would be.

Kind regards,

Lee Pinchbeck

Userlevel 3
Badge +8

HI,

     I have created a report which takes an RequestId as Input and Generates the report,It all works well when we run it from the report screen by providing a requestId,but when the same report is configured in the Request screen via report set it gives a 140 Page doc with the same report being repeated over an over again.

Any idea why this might be happening,it is giving 140 copies on all requests,Is there any specific mapping needed to run it from the request screen

Hi @manishpandey ,

Did you try to set RequestId and other initialized variables as NULL in the end of the report? It may works.

BR,

Kavindu