Now we are going to put all the pieces together by linking our summarized application to the detailed one and configuring how the integration between them will be done. We will set additional parameters to make sure that our user will make selections and that those selections will be passed to the template script.
Let's begin by adding App navigation links to our summarized application. As discussed in the Building a summarized application section, an on-demand app loads a summarized sample of the data usually using a GROUP BY clause in the SQL or a LOAD statement. To link the summarized app to the template, we need to create App Navigation Links. Let's take a look at how to create these:
- On the left-hand side of the screen in edit mode, you can see an option to create an app link:
- Click on Create new, which will...