I need to create a mobile reporting solution that might look like this:
On the first screen I would have a tree like slicer to navidate through a some structure. After tapping a node a new screen with a report opens. What I need is to send a node id to the backend to query data for the report. Is that possible?
Thanks