Solved

How to navigate from lobby element to the screen?

  • 9 August 2022
  • 4 replies
  • 316 views

Userlevel 5
Badge +14
  • Hero (Customer)
  • 275 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.

icon

Best answer by hhy38 11 August 2022, 07:21

View original

4 replies

Userlevel 5
Badge +14

By the way, m_adi means customer name.

Userlevel 6
Badge +18

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:

 

Userlevel 5
Badge +14

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

Userlevel 5
Badge +14

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. 

 

 

Reply