Skip to main content
Solved

Report creating duplicate copied

  • May 27, 2021
  • 2 replies
  • 135 views

Forum|alt.badge.img+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

Best answer by Lee Pinchbeck

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

This topic has been closed for replies.

2 replies

Lee Pinchbeck
Ultimate Hero
Forum|alt.badge.img+24
  • Ultimate Hero
  • Answer
  • May 27, 2021

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


kavinduxo
Hero (Partner)
Forum|alt.badge.img+9
  • Hero (Partner)
  • August 12, 2021

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