Skip to main content
Solved

How to navigate from lobby element to the screen?

  • August 9, 2022
  • 4 replies
  • 481 views

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies

 I would like to navigate the Project window from the lobby element. I can write a quick report to show results but, I would like to show the results on the page.
I prepared the query as below.

 

When I navigate with customer_id, it shows the results.

 

Because, there is customer_id column on the screen. 

 

However, I would like to show the lobby element with customer names.

 

So, I can’t navigate with the customer name.

 

 

Is there a way to navigate with customer_id while clicking customer names?  Thank you.

Best answer by hhy38

I think there is no way to navigate on the screen. I prepared a Quick Report. It sends m_adi parameter to the Quick Report and the report gets the site parameter. 

 

 

4 replies

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • August 9, 2022

By the way, m_adi means customer name.


NickPorter
Superhero (Customer)
Forum|alt.badge.img+18
  • Superhero (Customer)
  • 374 replies
  • August 9, 2022

You should be able to do this by making sure both values (name and ID) are in the Data Source, and then use the Name in the “Data” section of the Element and select the ID as the column to use in the “Navigation” section.

For example, here’s a snag of a standard IFS element from that does something like this.  It has a sum and uses Bucket Name and Bucket Value, but in the navigation you can see it uses “Start Day” as the value to match to the target screen.

It isn’t exactly a 1:1 example for what you were asking but hopefully it gives an example you can use.

Nick

 

Here’s the associated Data Source:

 


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • August 9, 2022

Thank you, Nick. I can do it on Bar Chart. But we need to do it on Pie Chart. 


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • Answer
  • August 11, 2022

I think there is no way to navigate on the screen. I prepared a Quick Report. It sends m_adi parameter to the Quick Report and the report gets the site parameter.