cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create SAPUI5 multiple layout application

AmanArora
Discoverer
0 Likes
431

Here is my requirement.

Home Page - Single Page which shows tiles(Modules) or dashboard with graphs.

On click on Module- It will show a split with 2 section left and right.

If we click on graph or chart - It will show a single page with detail. and on click on detail it will show a split window under the same page.

Is it possible to do this, please guide, I used all the useful components from UI5 kit but nothings works.

I choose split app and unable to create intermediate page with single page. 

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Likes

I don't see a issue, you need to know how routing navigation works in ui5.

mchrista
Participant
0 Likes

Agree with my the reply above. Here are a few more keywords, you should have a look at:

- Dashboard: Explore Overview Pages which can be developed using Fiori Elements
- Side-By-Side: View the flexible column layout as this is quite helpful
- Routing: If your whole application suite consists of independent applications, built an UI5 app for each of them and connect the via routing via semantic object.

Good Luck!