Solved

How to navigate from Lobby Element Counter to open Quick Report and populate the parameter for the Quick Report

  • 12 March 2021
  • 3 replies
  • 785 views

Userlevel 7
Badge +18

I have a data source with a Market_Code parameter.

 

The Lobby Element is a counter displaying  a total value

 

On clicking on the counter it opens the correct Quick Report but it is waiting for the user to enter the parameter.

 

How can I get the Lobby MARKET_CODE parameter value to pass through to the Quick Report Market Code parameter.

 

In the past with list elements this is easy because it is simply a case of selecting the target column:

 

 

 

However, the counter doesn’t have this options.  I tried adding the Lobby Parameter value to the Data Source:

 

 

But the counter doesn’t have the target column option.

 

I have tried amending the URL Address e.g. ifsrep:qr.598898&MARKET_CODE=$MARKET_CODE$ but then the report doesn’t open.

 

Please advise.

 

John

icon

Best answer by EntNadeeL 15 March 2021, 11:03

View original

This topic has been closed for comments

3 replies

Userlevel 5
Badge +9

Hi @johnw66 ,

Pass your parameter as below.

ifsrep:qr.598898?MARKET_CODE=$MARKET_CODE$

 

Kind Regards,

Userlevel 7
Badge +18

@EntNadeeL 

Thank you very much for your help.  I had tried & and not the ?

 

Have a nice day.

 

Regards

 

John

Userlevel 2
Badge +5

Hi!!!

I’ve created a lobby data element using this type of parameter-->

 

 

 

but then there is no data in it...

 

could you help me please?