I have developed the two PB Screens. In first PB Screen I have kept five buttons .Those five buttons means five different location .Each location had 10 Attributes and 10 child elements .Each child element had 15 attributes .Now my requirement is when I am clicking the button in that first Screen, it have to open Second Screen . In Second Screen I have to display Each location attributes value and Child elements value .
So I displayed the location attributes directly using Tags .For child elements I had displayed using Element relative display.Every Location had same set of attributes .Each locations Child elements had same set of attributes.If I am using the above method means I have to create 5 screens to display. So I don’t like to do that .Is there any method to do that with single screen ?Thank you very much for your time and answers in advance.