Now Mobile Chart to List Screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2025 07:59 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
@RaghavSh Thank you for looking into this, I believe what I'm trying to do is possible as I have been using this documentation to that talks about Chart screen to record screen. As well as trying to understand how to configure a navigation from a chart to a list screen. I'm unsure as to why I'm able to pass the parameters correctly despite following the documentation. Is it possible I'm missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I think the best here would be to raise a HI case with SN for this for clarification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I was able to figure it out - trying to pass a number wasn't the correct parameter to use, instead I used a state parameter, this allowed the list to be grouped by and displayed by the correct conditions. And in the data item the condition type is append encoded query not declarative.
