The CreatorCon Call for Content is officially open! Get started here.

Now Mobile Chart to List Screen

krutikapatil
Tera Contributor

Hello,

I'm currently working on the Mobile app and trying to pass information from a chart screen to a list screen. Currently I have set up the Chart screen that displays RITMs by state. I have created a List screen as well that will display a list of the RITMs according on the state clicked on the chart.

The issue I'm having is when i use the navigation action to open a List Screen with RITM Number passed a parameter, no data is found. When I hardcode a RITM number value I'm able to see it, elsewise the list shows all records instead of the filtered ones. 

I've referred to product documentation, however I'm still having issues loading the correct values. Is there something I'm missing in the data item configuration or syntax?

7 REPLIES 7

RaghavSh
Kilo Patron

So from RITM chart you want to open RITM list screen with parameters?

How are you passing one single number from chart screen? 

 

When you hardcode the RITM, it works because it is finding a particular number.

 

Can you show how you are passing the RITM list from chart to screen because I believe from chart to screen, it cannot be a single number.


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023
LinkedIn

Yes so for example from the Metrics visualization when user selects "Open",  they should be able to see the 11 Open RITMs in list view. Currently no matter what state the user selects the chart displays all values in the RITMs table, not filtered down. When I have a RITM number param (string) passed, no data generates.

To pass RITM list from chart to list I attempted to creation a navigation function, with the destination screen being the list chart. This is where I'm having trouble. The previous screenshot shows the order in which I set up the navigation function.

@krutikapatil I am not sure if Now/Agent mobile currently supports passing parameter from chart screen to list scree. 

I tried the same in my PDI as well but it did not work.

 

So what you can do here is reach out to SN and check if this is even possible, because you are trying to mimic the web behaviour which is not always possible on applet screens.

 

I tried looking for documentation as well, but didn't find anything relevant.

 

Workaround:

 

Instead of analytics screen, show the report on mobile web screen. This can be done by creating a portal page and adding a report to that. The mobile web screen can redirect to /mesp?id="page_id"


Please mark the answer correct/helpful accordingly.

 


Raghav
MVP 2023
LinkedIn

@krutikapatil Did this answer your question?


Raghav
MVP 2023
LinkedIn